VGM Version 5.3
|
The ABC for Boolean solids. More...
#include <VBooleanSolid.h>
Public Member Functions | |
VBooleanSolid () | |
virtual | ~VBooleanSolid () |
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::IBooleanSolid | |
virtual | ~IBooleanSolid () |
virtual std::string | Name () const =0 |
Return the name of this solid. | |
virtual BooleanType | BoolType () const =0 |
Return the Boolean type of this solid. | |
virtual ISolid * | ConstituentSolidA () const =0 |
Return the first constituent solid. | |
virtual ISolid * | ConstituentSolidB () const =0 |
Return the second constituent solid. | |
virtual Transform | Displacement () const =0 |
Return the 3D displacement of the second constituent solid with respect to the first one. | |
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 Boolean solids.
Definition at line 31 of file VBooleanSolid.h.
BaseVGM::VBooleanSolid::VBooleanSolid | ( | ) |
Default constructor
Definition at line 56 of file VBooleanSolid.cxx.
|
virtual |
Definition at line 62 of file VBooleanSolid.cxx.
|
inlinevirtual |
Return the type of this solid.
Implements VGM::IBooleanSolid.
Definition at line 48 of file VBooleanSolid.h.
|
virtual |
Put the printing of the solid parameters in the out stream.
Implements VGM::IBooleanSolid.
Definition at line 68 of file VBooleanSolid.cxx.