VGM Version 5.3
|
The VGM interface to polyhedra solids. More...
#include <IPolyhedra.h>
Public Member Functions | |
virtual | ~IPolyhedra () |
virtual SolidType | Type () const =0 |
Return the type of this solid. | |
virtual std::string | Name () const =0 |
Return the name of this solid. | |
virtual double | StartPhi () const =0 |
Return starting phi angle of the segment in deg. | |
virtual double | DeltaPhi () const =0 |
Return opening phi angle of the segment in deg. | |
virtual int | NofSides () const =0 |
Return number of sides of the cross section between the given phi limits. | |
virtual int | NofZPlanes () const =0 |
Return number of planes perpendicular to the z axis. | |
virtual double * | ZValues () const =0 |
Return the array of z positions of the planes in mm. | |
virtual double * | InnerRadiusValues () const =0 |
Return the array of innner radius of the planes in mm. | |
virtual double * | OuterRadiusValues () const =0 |
Return the array of outer radius of the planes in mm. | |
virtual std::ostream & | Put (std::ostream &out) const =0 |
Put the printing of the solid parameters in the out stream. | |
Public Member Functions inherited from VGM::ISolid | |
virtual | ~ISolid () |
The VGM interface to polyhedra solids.
Definition at line 29 of file IPolyhedra.h.
|
inlinevirtual |
Definition at line 32 of file IPolyhedra.h.
|
pure virtual |
|
pure virtual |
Return the name of this solid.
Implements VGM::ISolid.
Implemented in Geant4GM::Polyhedra, and RootGM::Polyhedra.
|
pure virtual |
Return starting phi angle of the segment in deg.
Implemented in Geant4GM::Polyhedra, and RootGM::Polyhedra.
|
pure virtual |
Return opening phi angle of the segment in deg.
Implemented in Geant4GM::Polyhedra, and RootGM::Polyhedra.
|
pure virtual |
Return number of sides of the cross section between the given phi limits.
Implemented in Geant4GM::Polyhedra, and RootGM::Polyhedra.
|
pure virtual |
Return number of planes perpendicular to the z axis.
Implemented in Geant4GM::Polyhedra, and RootGM::Polyhedra.
|
pure virtual |
Return the array of z positions of the planes in mm.
Implemented in Geant4GM::Polyhedra, and RootGM::Polyhedra.
|
pure virtual |
Return the array of innner radius of the planes in mm.
Implemented in Geant4GM::Polyhedra, and RootGM::Polyhedra.
|
pure virtual |
Return the array of outer radius of the planes in mm.
Implemented in Geant4GM::Polyhedra, and RootGM::Polyhedra.
|
pure virtual |
Put the printing of the solid parameters in the out stream.
Implements VGM::ISolid.
Implemented in BaseVGM::VPolyhedra.