VGM Version 5.3
|
The ABC for polycone solids. More...
#include <VPolycone.h>
Public Member Functions | |
VPolycone () | |
virtual | ~VPolycone () |
virtual VGM::SolidType | Type () const |
Return the type of this solid. | |
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::IPolycone | |
virtual | ~IPolycone () |
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. | |
Public Member Functions inherited from VGM::ISolid | |
virtual | ~ISolid () |
The ABC for polycone solids.
Definition at line 29 of file VPolycone.h.
BaseVGM::VPolycone::VPolycone | ( | ) |
Default constructor
Definition at line 30 of file VPolycone.cxx.
|
virtual |
Definition at line 36 of file VPolycone.cxx.
|
inlinevirtual |
Return the type of this solid.
Implements VGM::IPolycone.
Definition at line 46 of file VPolycone.h.
|
virtual |
Put the printing of the solid parameters in the out stream.
Implements VGM::IPolycone.
Definition at line 42 of file VPolycone.cxx.