The ABC for Arb8 solids.
More...
#include <VArb8.h>
|
| VArb8 () |
|
virtual | ~VArb8 () |
|
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 | ~IArb8 () |
|
virtual std::string | Name () const =0 |
| Return the name of this solid.
|
|
virtual int | NofVertices () const =0 |
| Return the number of vertices.
|
|
virtual TwoVector | Vertex (int index) const =0 |
| Return the index-th vertex.
|
|
virtual double | TwistAngle (int index) const =0 |
| Return the index-th twist angle.
|
|
virtual double | ZHalfLength () const =0 |
| Return the half-length along the z axis in mm.
|
|
virtual | ~ISolid () |
|
The ABC for Arb8 solids.
- Author
- Ivana Hrivnacova; IPN Orsay
Definition at line 29 of file VArb8.h.
◆ VArb8()
BaseVGM::VArb8::VArb8 |
( |
| ) |
|
Default constructor
Definition at line 30 of file VArb8.cxx.
◆ ~VArb8()
BaseVGM::VArb8::~VArb8 |
( |
| ) |
|
|
virtual |
◆ Type()
◆ Put()
std::ostream & BaseVGM::VArb8::Put |
( |
std::ostream & | out | ) |
const |
|
virtual |
Put the printing of the solid parameters in the out stream.
Implements VGM::IArb8.
Definition at line 42 of file VArb8.cxx.
The documentation for this class was generated from the following files:
- packages/BaseVGM/include/BaseVGM/solids/VArb8.h
- packages/BaseVGM/source/solids/VArb8.cxx