Import Geant4 10.6.0.beta source tree
This commit is contained in:
@@ -62,6 +62,18 @@ private:
|
||||
G4UIcommand* fpCommand;
|
||||
};
|
||||
|
||||
class G4VisCommandSetExtentForField: public G4VVisCommand {
|
||||
public:
|
||||
G4VisCommandSetExtentForField ();
|
||||
virtual ~G4VisCommandSetExtentForField ();
|
||||
G4String GetCurrentValue (G4UIcommand* command);
|
||||
void SetNewValue (G4UIcommand* command, G4String newValue);
|
||||
private:
|
||||
G4VisCommandSetExtentForField (const G4VisCommandSetExtentForField&);
|
||||
G4VisCommandSetExtentForField& operator = (const G4VisCommandSetExtentForField&);
|
||||
G4UIcommand* fpCommand;
|
||||
};
|
||||
|
||||
class G4VisCommandSetLineWidth: public G4VVisCommand {
|
||||
public:
|
||||
G4VisCommandSetLineWidth ();
|
||||
@@ -122,4 +134,16 @@ private:
|
||||
G4UIcommand* fpCommand;
|
||||
};
|
||||
|
||||
class G4VisCommandSetVolumeForField: public G4VVisCommand {
|
||||
public:
|
||||
G4VisCommandSetVolumeForField ();
|
||||
virtual ~G4VisCommandSetVolumeForField ();
|
||||
G4String GetCurrentValue (G4UIcommand* command);
|
||||
void SetNewValue (G4UIcommand* command, G4String newValue);
|
||||
private:
|
||||
G4VisCommandSetVolumeForField (const G4VisCommandSetVolumeForField&);
|
||||
G4VisCommandSetVolumeForField& operator = (const G4VisCommandSetVolumeForField&);
|
||||
G4UIcommand* fpCommand;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user