Import Geant4 10.1.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-10 12:08:39 +02:00
parent 286caacf06
commit c9b32a6c0a
5770 changed files with 1050949 additions and 367105 deletions
@@ -24,7 +24,7 @@
// ********************************************************************
//
//
// $Id: G4VisCommandsSceneAdd.hh 73609 2013-09-02 10:10:30Z gcosmo $
// $Id: G4VisCommandsSceneAdd.hh 85582 2014-10-31 09:07:30Z gcosmo $
// /vis/scene commands - John Allison 9th August 1998
@@ -151,6 +151,25 @@ private:
G4UIcommand* fpCommand;
};
class G4VisCommandSceneAddExtent: public G4VVisCommandScene {
public:
G4VisCommandSceneAddExtent ();
virtual ~G4VisCommandSceneAddExtent ();
G4String GetCurrentValue (G4UIcommand* command);
void SetNewValue (G4UIcommand* command, G4String newValue);
private:
G4VisCommandSceneAddExtent (const G4VisCommandSceneAddExtent&);
G4VisCommandSceneAddExtent& operator = (const G4VisCommandSceneAddExtent&);
struct Extent {
Extent(G4double xmin, G4double xmax,
G4double ymin, G4double ymax,
G4double zmin, G4double zmax);
void operator()(G4VGraphicsScene&, const G4Transform3D&);
G4VisExtent fExtent;
};
G4UIcommand* fpCommand;
};
class G4VisCommandSceneAddFrame: public G4VVisCommandScene {
public:
G4VisCommandSceneAddFrame ();