20#ifndef VGM_I_SCALED_SOLID_H
21#define VGM_I_SCALED_SOLID_H
38 virtual std::string
Name()
const = 0;
52 virtual std::ostream&
Put(std::ostream& out)
const = 0;
std::ostream & operator<<(std::ostream &out, const VGM::IScaledSolid &solid)
The VGM interface to Boolean solids.
virtual bool ToBeReflected() const =0
Return true if the solid has to be first reflected before being placed.
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 Transform Scale() const =0
Return the 3D scale.
virtual ISolid * ConstituentSolid() const =0
Return the constituent solid.
virtual std::string Name() const =0
Return the name of this solid.
The VGM interface to solids.
std::vector< double > Transform