44 out <<
" dx = " <<
Dx() <<
"mm"
45 <<
" dy = " <<
Dy() <<
"mm"
std::ostream & operator<<(std::ostream &out, const VGM::IEllipticalTube &eltu)
virtual std::ostream & Put(std::ostream &out) const
Put the printing of the solid parameters in the out stream.
virtual ~VEllipticalTube()
The VGM interface to elliptical tube solids.
virtual double Dx() const =0
Return the semi-axis of the ellipse along x in mm.
virtual double ZHalfLength() const =0
Return the half-length along the z axis in mm.
virtual double Dy() const =0
Return the semi-axis of the ellipse along y in mm.
The VGM interface to solids.