VGM Version 5.3
|
The ABC for sphere solids. More...
#include <VSphere.h>
Public Member Functions | |
VSphere () | |
virtual | ~VSphere () |
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::ISphere | |
virtual | ~ISphere () |
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. | |
Public Member Functions inherited from VGM::ISolid | |
virtual | ~ISolid () |
BaseVGM::VSphere::VSphere | ( | ) |
Default constructor
Definition at line 30 of file VSphere.cxx.
|
virtual |
Definition at line 36 of file VSphere.cxx.
|
inlinevirtual |
|
virtual |
Put the printing of the solid parameters in the out stream.
Implements VGM::ISphere.
Definition at line 42 of file VSphere.cxx.