VGM Version 5.3
Loading...
Searching...
No Matches
VGM::IArb8 Class Referenceabstract

The VGM interface to Arb8 solids. More...

#include <IArb8.h>

Inheritance diagram for VGM::IArb8:

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 ()
 

Detailed Description

The VGM interface to Arb8 solids.

Author
Ivana Hrivnacova; IPN Orsay

Definition at line 30 of file IArb8.h.

Constructor & Destructor Documentation

◆ ~IArb8()

virtual VGM::IArb8::~IArb8 ( )
inlinevirtual

Definition at line 33 of file IArb8.h.

Member Function Documentation

◆ Type()

virtual SolidType VGM::IArb8::Type ( ) const
pure virtual

Return the type of this solid.

Implements VGM::ISolid.

Implemented in BaseVGM::VArb8.

◆ Name()

virtual std::string VGM::IArb8::Name ( ) const
pure virtual

Return the name of this solid.

Implements VGM::ISolid.

Implemented in Geant4GM::Arb8, and RootGM::Arb8.

◆ NofVertices()

virtual int VGM::IArb8::NofVertices ( ) const
pure virtual

Return the number of vertices.

Implemented in Geant4GM::Arb8, and RootGM::Arb8.

◆ Vertex()

virtual TwoVector VGM::IArb8::Vertex ( int index) const
pure virtual

Return the index-th vertex.

Implemented in Geant4GM::Arb8, and RootGM::Arb8.

◆ TwistAngle()

virtual double VGM::IArb8::TwistAngle ( int index) const
pure virtual

Return the index-th twist angle.

Implemented in Geant4GM::Arb8, and RootGM::Arb8.

◆ ZHalfLength()

virtual double VGM::IArb8::ZHalfLength ( ) const
pure virtual

Return the half-length along the z axis in mm.

Implemented in Geant4GM::Arb8, and RootGM::Arb8.

◆ Put()

virtual std::ostream & VGM::IArb8::Put ( std::ostream & out) const
pure virtual

Put the printing of the solid parameters in the out stream.

Implements VGM::ISolid.

Implemented in BaseVGM::VArb8.


The documentation for this class was generated from the following file: