VGM Version 5.3
|
The ABC for elliptical tube solids. More...
#include <VEllipticalTube.h>
Public Member Functions | |
VEllipticalTube () | |
virtual | ~VEllipticalTube () |
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::IEllipticalTube | |
virtual | ~IEllipticalTube () |
virtual std::string | Name () const =0 |
Return the name of this solid. | |
virtual double | Dx () const =0 |
Return the semi-axis of the ellipse along x in mm. | |
virtual double | Dy () const =0 |
Return the semi-axis of the ellipse along y 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 elliptical tube solids.
Definition at line 29 of file VEllipticalTube.h.
BaseVGM::VEllipticalTube::VEllipticalTube | ( | ) |
Default constructor
Definition at line 30 of file VEllipticalTube.cxx.
|
virtual |
Definition at line 36 of file VEllipticalTube.cxx.
|
inlinevirtual |
Return the type of this solid.
Implements VGM::IEllipticalTube.
Definition at line 46 of file VEllipticalTube.h.
|
virtual |
Put the printing of the solid parameters in the out stream.
Implements VGM::IEllipticalTube.
Definition at line 42 of file VEllipticalTube.cxx.