23 return solid.
Put(out);
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)
std::ostream & operator<<(std::ostream &out, const VGM::ISolid &solid)