VGM Version 5.3
|
The VGM interface to polycone solids. More...
#include <IPolycone.h>
Public Member Functions | |
virtual | ~IPolycone () |
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 | 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 inner 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 polycone solids.
Definition at line 29 of file IPolycone.h.
|
inlinevirtual |
Definition at line 32 of file IPolycone.h.
|
pure virtual |
|
pure virtual |
Return the name of this solid.
Implements VGM::ISolid.
Implemented in Geant4GM::Polycone, and RootGM::Polycone.
|
pure virtual |
Return starting phi angle of the segment in deg.
Implemented in Geant4GM::Polycone, and RootGM::Polycone.
|
pure virtual |
Return opening phi angle of the segment in deg.
Implemented in Geant4GM::Polycone, and RootGM::Polycone.
|
pure virtual |
Return number of planes perpendicular to the z axis.
Implemented in Geant4GM::Polycone, and RootGM::Polycone.
|
pure virtual |
Return the array of z positions of the planes in mm.
Implemented in Geant4GM::Polycone, and RootGM::Polycone.
|
pure virtual |
Return the array of inner radius of the planes in mm.
Implemented in Geant4GM::Polycone, and RootGM::Polycone.
|
pure virtual |
Return the array of outer radius of the planes in mm.
Implemented in Geant4GM::Polycone, and RootGM::Polycone.
|
pure virtual |
Put the printing of the solid parameters in the out stream.
Implements VGM::ISolid.
Implemented in BaseVGM::VPolycone.