|
VGM Version 5.3.1
|
The VGM interface to sphere solids. More...
#include <ISphere.h>

Public Member Functions | |
| virtual | ~ISphere () |
| 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 shell in mm. | |
| virtual double | OuterRadius () const =0 |
| Return the outside radius of the shell in mm. | |
| virtual double | StartPhi () const =0 |
| Return the starting azimuthal angle of the segment in deg. | |
| virtual double | DeltaPhi () const =0 |
| Return the opening azimuthal angle of the segment in deg. | |
| virtual double | StartTheta () const =0 |
| Return the starting polar angle of the segment in deg. | |
| virtual double | DeltaTheta () const =0 |
| Return the opening polar 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::Sphere, and RootGM::Sphere.
|
pure virtual |
Return the inside radius of the shell in mm.
Implemented in Geant4GM::Sphere, and RootGM::Sphere.
|
pure virtual |
Return the outside radius of the shell in mm.
Implemented in Geant4GM::Sphere, and RootGM::Sphere.
|
pure virtual |
Return the starting azimuthal angle of the segment in deg.
Implemented in Geant4GM::Sphere, and RootGM::Sphere.
|
pure virtual |
Return the opening azimuthal angle of the segment in deg.
Implemented in Geant4GM::Sphere, and RootGM::Sphere.
|
pure virtual |
Return the starting polar angle of the segment in deg.
Implemented in Geant4GM::Sphere, and RootGM::Sphere.
|
pure virtual |
Return the opening polar angle of the segment in deg.
Implemented in Geant4GM::Sphere, and RootGM::Sphere.
|
pure virtual |
Put the printing of the solid parameters in the out stream.
Implements VGM::ISolid.
Implemented in BaseVGM::VSphere.