68 virtual std::string
Name()
const = 0;
73 virtual std::ostream&
Put(std::ostream& out)
const = 0;
std::ostream & operator<<(std::ostream &out, const VGM::ISolid &solid)
The VGM interface to 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 std::string Name() const =0
Return the name of this solid.
std::string SolidTypeName(VGM::SolidType typeId)