Import Geant4 9.4.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-09 16:25:56 +02:00
parent 74cad5e589
commit 89a9605df1
4440 changed files with 379508 additions and 189225 deletions
@@ -24,8 +24,8 @@
// ********************************************************************
//
//
// $Id: G4ReflectedSolid.hh,v 1.5 2006/06/29 18:31:03 gunter Exp $
// GEANT4 tag $Name: geant4-09-02 $
// $Id: G4ReflectedSolid.hh,v 1.6 2010/10/19 15:20:18 gcosmo Exp $
// GEANT4 tag $Name: geant4-09-04 $
//
//
// class G4ReflectedSolid
@@ -93,6 +93,8 @@ class G4ReflectedSolid : public G4VSolid
G4ThreeVector GetPointOnSurface() const;
G4VSolid* Clone() const;
public: // with description
virtual G4GeometryType GetEntityType() const;
@@ -114,6 +116,10 @@ class G4ReflectedSolid : public G4VSolid
public: // without description
G4ReflectedSolid(const G4ReflectedSolid& rhs);
G4ReflectedSolid& operator=(const G4ReflectedSolid& rhs);
// Copy constructor and assignment operator.
void DescribeYourselfTo ( G4VGraphicsScene& scene ) const ;
G4Polyhedron* CreatePolyhedron () const ;
G4NURBS* CreateNURBS () const ;
@@ -148,11 +154,6 @@ class G4ReflectedSolid : public G4VSolid
mutable G4Polyhedron* fpPolyhedron; // Caches reflected G4Polyhedron.
private:
G4ReflectedSolid(const G4ReflectedSolid&);
G4ReflectedSolid& operator=(const G4ReflectedSolid&);
// Private copy constructor and assignment operator.
} ;
#endif