VGM Version 5.3
|
The ABC for Scaled solids. More...
#include <VScaledSolid.h>
Public Member Functions | |
VScaledSolid () | |
virtual | ~VScaledSolid () |
virtual VGM::SolidType | Type () const |
Return the type of this solid. | |
virtual std::ostream & | Put (std::ostream &out) const |
Put the printing of the solid parameters in the out stream. | |
Public Member Functions inherited from VGM::IScaledSolid | |
virtual | ~IScaledSolid () |
virtual std::string | Name () const =0 |
Return the name of this solid. | |
virtual ISolid * | ConstituentSolid () const =0 |
Return the constituent solid. | |
virtual Transform | Scale () const =0 |
Return the 3D scale. | |
virtual bool | ToBeReflected () const =0 |
Return true if the solid has to be first reflected before being placed. | |
Public Member Functions inherited from VGM::ISolid | |
virtual | ~ISolid () |
The ABC for Scaled solids.
Definition at line 29 of file VScaledSolid.h.
BaseVGM::VScaledSolid::VScaledSolid | ( | ) |
Default constructor
Definition at line 33 of file VScaledSolid.cxx.
|
virtual |
Definition at line 39 of file VScaledSolid.cxx.
|
inlinevirtual |
Return the type of this solid.
Implements VGM::IScaledSolid.
Definition at line 46 of file VScaledSolid.h.
|
virtual |
Put the printing of the solid parameters in the out stream.
Implements VGM::IScaledSolid.
Definition at line 45 of file VScaledSolid.cxx.