20#ifndef VGM_I_DISPLACED_SOLID_H
21#define VGM_I_DISPLACED_SOLID_H
38 virtual std::string
Name()
const = 0;
49 virtual std::ostream&
Put(std::ostream& out)
const = 0;
std::ostream & operator<<(std::ostream &out, const VGM::IDisplacedSolid &solid)
The VGM interface to displaced solids.
virtual ISolid * ConstituentSolid() const =0
Return the constituent solid.
virtual SolidType Type() const =0
Return the type of this solid.
virtual Transform Displacement() const =0
Return the 3D displacement of the constituent solid.
virtual std::ostream & Put(std::ostream &out) const =0
Put the printing of the solid parameters in the out stream.
virtual ~IDisplacedSolid()
virtual std::string Name() const =0
Return the name of this solid.
The VGM interface to solids.
std::vector< double > Transform