Import Geant4 10.4.0.beta source tree

This commit is contained in:
Gabriele Cosmo
2017-06-30 10:49:55 +02:00
parent 3a5407696b
commit 1a1316fea4
2180 changed files with 237880 additions and 59109 deletions
@@ -35,9 +35,22 @@
#include "G4VVisCommand.hh"
class G4UIcommand;
class G4UIcmdWithAnInteger;
class G4UIcmdWithADouble;
class G4UIcmdWithAString;
class G4VisCommandSetArrow3DLineSegmentsPerCircle: public G4VVisCommand {
public:
G4VisCommandSetArrow3DLineSegmentsPerCircle ();
virtual ~G4VisCommandSetArrow3DLineSegmentsPerCircle ();
G4String GetCurrentValue (G4UIcommand* command);
void SetNewValue (G4UIcommand* command, G4String newValue);
private:
G4VisCommandSetArrow3DLineSegmentsPerCircle (const G4VisCommandSetArrow3DLineSegmentsPerCircle&);
G4VisCommandSetArrow3DLineSegmentsPerCircle& operator = (const G4VisCommandSetArrow3DLineSegmentsPerCircle&);
G4UIcmdWithAnInteger* fpCommand;
};
class G4VisCommandSetColour: public G4VVisCommand {
public:
G4VisCommandSetColour ();