|
VGM Version 5.5
|
The ABC for box solids. More...
#include <VBox.h>

Public Member Functions | |
| VBox () | |
| virtual | ~VBox () |
| 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::IBox | |
| virtual | ~IBox () |
| virtual std::string | Name () const =0 |
| Return the name of this solid. | |
| virtual double | XHalfLength () const =0 |
| Return the half-length along the x axis in mm. | |
| virtual double | YHalfLength () const =0 |
| Return the half-length along the y axis in mm. | |
| virtual double | ZHalfLength () const =0 |
| Return the half-length along the z axis in mm. | |
| Public Member Functions inherited from VGM::ISolid | |
| virtual | ~ISolid () |
|
inlinevirtual |
|
virtual |