VGM Version 5.3
|
The VGM interface to torus solids. More...
#include <ITorus.h>
Public Member Functions | |
virtual | ~ITorus () |
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 | InnerRadius () const =0 |
Return the inside radius of the torus in mm. | |
virtual double | OuterRadius () const =0 |
Return the outside radius of the torus in mm. | |
virtual double | AxialRadius () const =0 |
Return the axial (swept) radius of the torus in mm. | |
virtual double | StartPhi () const =0 |
Return the starting phi angle of the segment in deg (with 0 being the +x axis) | |
virtual double | DeltaPhi () const =0 |
Return the opening phi angle of the segment in deg. | |
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 () |
|
pure virtual |
|
pure virtual |
Return the name of this solid.
Implements VGM::ISolid.
Implemented in Geant4GM::Torus, and RootGM::Torus.
|
pure virtual |
Return the inside radius of the torus in mm.
Implemented in Geant4GM::Torus, and RootGM::Torus.
|
pure virtual |
Return the outside radius of the torus in mm.
Implemented in Geant4GM::Torus, and RootGM::Torus.
|
pure virtual |
Return the axial (swept) radius of the torus in mm.
Implemented in Geant4GM::Torus, and RootGM::Torus.
|
pure virtual |
Return the starting phi angle of the segment in deg (with 0 being the +x axis)
Implemented in Geant4GM::Torus, and RootGM::Torus.
|
pure virtual |
Return the opening phi angle of the segment in deg.
Implemented in Geant4GM::Torus, and RootGM::Torus.
|
pure virtual |
Put the printing of the solid parameters in the out stream.
Implements VGM::ISolid.
Implemented in BaseVGM::VTorus.