VGM Version 5.3
|
The ABC for paraboloid solids. More...
#include <VParaboloid.h>
Public Member Functions | |
VParaboloid () | |
virtual | ~VParaboloid () |
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::IParaboloid | |
virtual | ~IParaboloid () |
virtual std::string | Name () const =0 |
Return the name of this solid. | |
virtual double | RadiusMinusZ () const =0 |
Return the radius at -z in mm. | |
virtual double | RadiusPlusZ () const =0 |
Return the radius at +z in mm. | |
virtual double | ZHalfLength () const =0 |
Return the half-length along the z axis in mm. | |
Public Member Functions inherited from VGM::ISolid | |
virtual | ~ISolid () |
The ABC for paraboloid solids.
Definition at line 29 of file VParaboloid.h.
BaseVGM::VParaboloid::VParaboloid | ( | ) |
Default constructor
Definition at line 30 of file VParaboloid.cxx.
|
virtual |
Definition at line 36 of file VParaboloid.cxx.
|
inlinevirtual |
Return the type of this solid.
Implements VGM::IParaboloid.
Definition at line 46 of file VParaboloid.h.
|
virtual |
Put the printing of the solid parameters in the out stream.
Implements VGM::IParaboloid.
Definition at line 42 of file VParaboloid.cxx.