The ABC for box solids.
More...
#include <VBox.h>
|
| | 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.
|
| |
| 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.
|
| |
| virtual | ~ISolid () |
| |
The ABC for box solids.
- Author
- Ivana Hrivnacova; IPN Orsay
Definition at line 29 of file VBox.h.
◆ VBox()
Default constructor
Definition at line 30 of file VBox.cxx.
◆ ~VBox()
◆ Type()
Return the type of this solid.
Implements VGM::IBox.
Definition at line 46 of file VBox.h.
◆ Put()
| std::ostream & BaseVGM::VBox::Put |
( |
std::ostream & | out | ) |
const |
|
virtual |
Put the printing of the solid parameters in the out stream.
Implements VGM::IBox.
Definition at line 42 of file VBox.cxx.
The documentation for this class was generated from the following files:
- packages/BaseVGM/include/BaseVGM/solids/VBox.h
- packages/BaseVGM/source/solids/VBox.cxx