|
VGM Version 5.3.1
|
The ABC for Boolean solids. More...
#include <VMultiUnion.h>

Public Member Functions | |
| VMultiUnion () | |
| virtual | ~VMultiUnion () |
| 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::IMultiUnion | |
| virtual | ~IMultiUnion () |
| virtual std::string | Name () const =0 |
| Return the name of this solid. | |
| virtual int | NofSolids () const =0 |
| Return the number of constituent solids. | |
| virtual ISolid * | ConstituentSolid (int index) const =0 |
| Return the i-th constituent solid. | |
| virtual Transform | Transformation (int index) const =0 |
| Return the displacement of the ith constituent solid. | |
| 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 29 of file VMultiUnion.h.
| BaseVGM::VMultiUnion::VMultiUnion | ( | ) |
Default constructor
Definition at line 33 of file VMultiUnion.cxx.
|
virtual |
Definition at line 39 of file VMultiUnion.cxx.
|
inlinevirtual |
Return the type of this solid.
Implements VGM::IMultiUnion.
Definition at line 46 of file VMultiUnion.h.
|
virtual |
Put the printing of the solid parameters in the out stream.
Implements VGM::IMultiUnion.
Definition at line 45 of file VMultiUnion.cxx.