|
VGM Version 5.3.1
|
The ABC for torus solids. More...
#include <VTorus.h>

Public Member Functions | |
| VTorus () | |
| virtual | ~VTorus () |
| 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::ITorus | |
| virtual | ~ITorus () |
| 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. | |
Public Member Functions inherited from VGM::ISolid | |
| virtual | ~ISolid () |
| BaseVGM::VTorus::VTorus | ( | ) |
Default constructor
Definition at line 30 of file VTorus.cxx.
|
virtual |
Definition at line 36 of file VTorus.cxx.
|
inlinevirtual |
|
virtual |
Put the printing of the solid parameters in the out stream.
Implements VGM::ITorus.
Definition at line 42 of file VTorus.cxx.