VGM Version 5.3
|
The ABC for displaced solids. More...
#include <VDisplacedSolid.h>
Public Member Functions | |
VDisplacedSolid () | |
virtual | ~VDisplacedSolid () |
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::IDisplacedSolid | |
virtual | ~IDisplacedSolid () |
virtual std::string | Name () const =0 |
Return the name of this solid. | |
virtual ISolid * | ConstituentSolid () const =0 |
Return the constituent solid. | |
virtual Transform | Displacement () const =0 |
Return the 3D displacement of the constituent solid. | |
Public Member Functions inherited from VGM::ISolid | |
virtual | ~ISolid () |
The ABC for displaced solids.
Definition at line 29 of file VDisplacedSolid.h.
BaseVGM::VDisplacedSolid::VDisplacedSolid | ( | ) |
Default constructor
Definition at line 33 of file VDisplacedSolid.cxx.
|
virtual |
Definition at line 39 of file VDisplacedSolid.cxx.
|
inlinevirtual |
Return the type of this solid.
Implements VGM::IDisplacedSolid.
Definition at line 46 of file VDisplacedSolid.h.
|
virtual |
Put the printing of the solid parameters in the out stream.
Implements VGM::IDisplacedSolid.
Definition at line 45 of file VDisplacedSolid.cxx.