Import Geant4 10.6.0.beta source tree
This commit is contained in:
@@ -38,7 +38,7 @@ class G4UIcmdWithADouble;
|
||||
class G4UIcmdWithAnInteger;
|
||||
class G4UIcmdWithAString;
|
||||
|
||||
class G4VisCommandsTouchableSet: public G4VVisCommandViewer {
|
||||
class G4VisCommandsTouchableSet: public G4VVisCommand {
|
||||
public:
|
||||
G4VisCommandsTouchableSet ();
|
||||
virtual ~G4VisCommandsTouchableSet ();
|
||||
@@ -51,10 +51,12 @@ private:
|
||||
G4UIcmdWithABool* fpCommandSetDaughtersInvisible;
|
||||
G4UIcmdWithABool* fpCommandSetForceAuxEdgeVisible;
|
||||
G4UIcmdWithAnInteger* fpCommandSetLineSegmentsPerCircle;
|
||||
G4UIcmdWithABool* fpCommandSetForceCloud;
|
||||
G4UIcmdWithABool* fpCommandSetForceSolid;
|
||||
G4UIcmdWithABool* fpCommandSetForceWireframe;
|
||||
G4UIcmdWithAString* fpCommandSetLineStyle;
|
||||
G4UIcmdWithADouble* fpCommandSetLineWidth;
|
||||
G4UIcmdWithAnInteger* fpCommandSetNumberOfCloudPoints;
|
||||
G4UIcmdWithABool* fpCommandSetVisibility;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user