Import Geant4 11.1.0.beta source tree

This commit is contained in:
Gabriele Cosmo
2022-07-01 10:44:02 +02:00
parent b3bf75a2a1
commit c07cea1fe0
2172 changed files with 183300 additions and 123938 deletions
@@ -245,15 +245,15 @@ private:
G4double fPanToRight, fPanToUp;
};
class G4VisCommandViewerReset: public G4VVisCommand {
class G4VisCommandViewerRebuild: public G4VVisCommand {
public:
G4VisCommandViewerReset ();
virtual ~G4VisCommandViewerReset ();
G4VisCommandViewerRebuild ();
virtual ~G4VisCommandViewerRebuild ();
G4String GetCurrentValue (G4UIcommand* command);
void SetNewValue (G4UIcommand* command, G4String newValue);
private:
G4VisCommandViewerReset (const G4VisCommandViewerReset&);
G4VisCommandViewerReset& operator = (const G4VisCommandViewerReset&);
G4VisCommandViewerRebuild (const G4VisCommandViewerRebuild&);
G4VisCommandViewerRebuild& operator = (const G4VisCommandViewerRebuild&);
G4UIcmdWithAString* fpCommand;
};
@@ -269,15 +269,27 @@ private:
G4UIcmdWithAString* fpCommand;
};
class G4VisCommandViewerRebuild: public G4VVisCommand {
class G4VisCommandViewerReset: public G4VVisCommand {
public:
G4VisCommandViewerRebuild ();
virtual ~G4VisCommandViewerRebuild ();
G4VisCommandViewerReset ();
virtual ~G4VisCommandViewerReset ();
G4String GetCurrentValue (G4UIcommand* command);
void SetNewValue (G4UIcommand* command, G4String newValue);
private:
G4VisCommandViewerRebuild (const G4VisCommandViewerRebuild&);
G4VisCommandViewerRebuild& operator = (const G4VisCommandViewerRebuild&);
G4VisCommandViewerReset (const G4VisCommandViewerReset&);
G4VisCommandViewerReset& operator = (const G4VisCommandViewerReset&);
G4UIcmdWithAString* fpCommand;
};
class G4VisCommandViewerResetCameraParameters: public G4VVisCommand {
public:
G4VisCommandViewerResetCameraParameters ();
virtual ~G4VisCommandViewerResetCameraParameters ();
G4String GetCurrentValue (G4UIcommand* command);
void SetNewValue (G4UIcommand* command, G4String newValue);
private:
G4VisCommandViewerResetCameraParameters (const G4VisCommandViewerResetCameraParameters&);
G4VisCommandViewerResetCameraParameters& operator = (const G4VisCommandViewerResetCameraParameters&);
G4UIcmdWithAString* fpCommand;
};