VGM Version 5.3
|
The ABC for polyhedra solids. More...
#include <VPolyhedra.h>
Public Member Functions | |
VPolyhedra () | |
virtual | ~VPolyhedra () |
virtual VGM::SolidType | Type () const |
Return the type of this solid. | |
double | ConvertRadiusFactor () const |
virtual std::ostream & | Put (std::ostream &out) const |
Put the printing of the solid parameters in the out stream. | |
Public Member Functions inherited from VGM::IPolyhedra | |
virtual | ~IPolyhedra () |
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. | |
Public Member Functions inherited from VGM::ISolid | |
virtual | ~ISolid () |
The ABC for polyhedra solids.
Definition at line 29 of file VPolyhedra.h.
BaseVGM::VPolyhedra::VPolyhedra | ( | ) |
Default constructor
Definition at line 32 of file VPolyhedra.cxx.
|
virtual |
Definition at line 38 of file VPolyhedra.cxx.
|
inlinevirtual |
Return the type of this solid.
Implements VGM::IPolyhedra.
Definition at line 50 of file VPolyhedra.h.
double BaseVGM::VPolyhedra::ConvertRadiusFactor | ( | ) | const |
Definition at line 44 of file VPolyhedra.cxx.
|
virtual |
Put the printing of the solid parameters in the out stream.
Implements VGM::IPolyhedra.
Definition at line 55 of file VPolyhedra.cxx.