20#ifndef VGM_I_PARABOLOID_H
21#define VGM_I_PARABOLOID_H
37 virtual std::string
Name()
const = 0;
50 virtual std::ostream&
Put(std::ostream& out)
const = 0;
std::ostream & operator<<(std::ostream &out, const VGM::IParaboloid ¶boloid)
The VGM interface to paraboloid solids.
virtual SolidType Type() const =0
Return the type of this solid.
virtual std::ostream & Put(std::ostream &out) const =0
Put the printing of the solid parameters in the out stream.
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.
virtual std::string Name() const =0
Return the name of this solid.
The VGM interface to solids.