#include <G4Polyhedron.hh>
Inheritance diagram for G4Polyhedron:
Public Member Functions | |
G4Polyhedron () | |
G4Polyhedron (const HepPolyhedron &from) | |
virtual | ~G4Polyhedron () |
G4int | GetNumberOfRotationStepsAtTimeOfCreation () const |
Definition at line 115 of file G4Polyhedron.hh.
G4Polyhedron::G4Polyhedron | ( | ) |
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] |
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().