Import Geant4 9.2.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-09 15:58:43 +02:00
parent 96c8bcd0af
commit b79225fb37
7544 changed files with 245407 additions and 91099 deletions
@@ -24,8 +24,8 @@
// ********************************************************************
//
//
// $Id: G4OpenGLSceneHandler.hh,v 1.23 2007/04/04 16:50:26 allison Exp $
// GEANT4 tag $Name: geant4-09-01 $
// $Id: G4OpenGLSceneHandler.hh,v 1.24 2008/01/04 22:07:01 allison Exp $
// GEANT4 tag $Name: geant4-09-02 $
//
//
// Andrew Walkden 27th March 1996
@@ -57,7 +57,7 @@ class G4OpenGLSceneHandler: public G4VSceneHandler {
public:
virtual void BeginPrimitives (const G4Transform3D& objectTransformation);
virtual void EndPrimitives ();
virtual void BeginPrimitives2D ();
virtual void BeginPrimitives2D (const G4Transform3D& objectTransformation);
virtual void EndPrimitives2D ();
void AddPrimitive (const G4Polyline&);
void AddPrimitive (const G4Polymarker&);
@@ -94,9 +94,12 @@ protected:
const G4Polyhedron* CreateSectionPolyhedron ();
const G4Polyhedron* CreateCutawayPolyhedron ();
void ClearAndDestroyAtts(); // Destroys att holders and clears pick map.
GLuint fPickName;
std::map<GLuint, G4AttHolder*> fPickMap; // For picking.
void ClearAndDestroyAtts(); // Destroys att holders and clears pick map.
G4bool fProcessing2D;
private: