G4Polyhedron Class Reference

#include <G4Polyhedron.hh>

Inheritance diagram for G4Polyhedron:

G4Visible G4PolyhedronArbitrary G4PolyhedronBox G4PolyhedronCone G4PolyhedronCons G4PolyhedronEllipsoid G4PolyhedronEllipticalCone G4PolyhedronHype G4PolyhedronPara G4PolyhedronParaboloid G4PolyhedronPcon G4PolyhedronPgon G4PolyhedronSphere G4PolyhedronTorus G4PolyhedronTrap G4PolyhedronTrd1 G4PolyhedronTrd2 G4PolyhedronTube G4PolyhedronTubs

Public Member Functions

 G4Polyhedron ()
 G4Polyhedron (const HepPolyhedron &from)
virtual ~G4Polyhedron ()
G4int GetNumberOfRotationStepsAtTimeOfCreation () const

Detailed Description

Definition at line 115 of file G4Polyhedron.hh.


Constructor & Destructor Documentation

G4Polyhedron::G4Polyhedron (  ) 

Definition at line 31 of file G4Polyhedron.cc.

00031                            :
00032   fNumberOfRotationStepsAtTimeOfCreation (fNumberOfRotationSteps)
00033 {}

G4Polyhedron::G4Polyhedron ( const HepPolyhedron &  from  ) 

Definition at line 37 of file G4Polyhedron.cc.

00038   : HepPolyhedron(from)
00039 {
00040   fNumberOfRotationStepsAtTimeOfCreation =
00041     from.fNumberOfRotationSteps;
00042 }

G4Polyhedron::~G4Polyhedron (  )  [virtual]

Definition at line 35 of file G4Polyhedron.cc.

00035 {}


Member Function Documentation

G4int G4Polyhedron::GetNumberOfRotationStepsAtTimeOfCreation (  )  const [inline]

Definition at line 123 of file G4Polyhedron.hh.

Referenced by G4VTwistedFaceted::GetPolyhedron(), G4VCSGfaceted::GetPolyhedron(), G4TwistedTubs::GetPolyhedron(), G4Tet::GetPolyhedron(), G4TessellatedSolid::GetPolyhedron(), G4ReflectedSolid::GetPolyhedron(), G4Paraboloid::GetPolyhedron(), G4Hype::GetPolyhedron(), G4GenericTrap::GetPolyhedron(), G4EllipticalTube::GetPolyhedron(), G4EllipticalCone::GetPolyhedron(), G4Ellipsoid::GetPolyhedron(), G4DisplacedSolid::GetPolyhedron(), G4CSGSolid::GetPolyhedron(), G4BREPSolid::GetPolyhedron(), and G4BooleanSolid::GetPolyhedron().

00123                                                          {
00124     return fNumberOfRotationStepsAtTimeOfCreation;
00125   }


The documentation for this class was generated from the following files:
Generated on Mon May 27 17:52:57 2013 for Geant4 by  doxygen 1.4.7