VGM Version 5.3
|
The VGM interface to Arb8 solids. More...
#include <IArb8.h>
Public Member Functions | |
virtual | ~IArb8 () |
virtual SolidType | Type () const =0 |
Return the type of this solid. | |
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 std::ostream & | Put (std::ostream &out) const =0 |
Put the printing of the solid parameters in the out stream. | |
Public Member Functions inherited from VGM::ISolid | |
virtual | ~ISolid () |
|
pure virtual |
|
pure virtual |
Return the name of this solid.
Implements VGM::ISolid.
Implemented in Geant4GM::Arb8, and RootGM::Arb8.
|
pure virtual |
Return the number of vertices.
Implemented in Geant4GM::Arb8, and RootGM::Arb8.
|
pure virtual |
Return the index-th vertex.
Implemented in Geant4GM::Arb8, and RootGM::Arb8.
|
pure virtual |
Return the index-th twist angle.
Implemented in Geant4GM::Arb8, and RootGM::Arb8.
|
pure virtual |
Return the half-length along the z axis in mm.
Implemented in Geant4GM::Arb8, and RootGM::Arb8.
|
pure virtual |
Put the printing of the solid parameters in the out stream.
Implements VGM::ISolid.
Implemented in BaseVGM::VArb8.