Import Geant4 9.0.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-09 15:16:48 +02:00
parent 75c7fd177d
commit a8e9364cea
6592 changed files with 84274 additions and 69292 deletions
@@ -24,8 +24,8 @@
// ********************************************************************
//
//
// $Id: G4OpenInventorSceneHandler.hh,v 1.32 2007/01/05 16:52:47 allison Exp $
// GEANT4 tag $Name: geant4-08-03 $
// $Id: G4OpenInventorSceneHandler.hh,v 1.33 2007/03/27 15:24:15 allison Exp $
// GEANT4 tag $Name: geant4-09-00 $
//
//
// J Kallenbach 27th Aug 1996
@@ -47,6 +47,7 @@
class G4OpenInventor;
class SoSeparator;
class Geant4_SoStyleCache;
class G4VisAttributes;
// Base class for various OpenInventorScene classes.
class G4OpenInventorSceneHandler: public G4VSceneHandler {
@@ -88,6 +89,7 @@ private:
enum G4OIMarker {G4OICircle, G4OISquare};
void AddCircleSquare (G4OIMarker markerType, const G4VMarker&);
void GeneratePrerequisites();
void AddProperties(const G4VisAttributes*);
std::map <G4LogicalVolume*, SoSeparator*,
std::less <G4LogicalVolume*> > fSeparatorMap;
SoSeparator* fRoot;