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

The VGM interface to polyhedra solids. More...

#include <IPolyhedra.h>

Inheritance diagram for VGM::IPolyhedra:

Public Member Functions

virtual ~IPolyhedra ()
 
virtual SolidType Type () const =0
 Return the type of this solid.
 
virtual std::string Name () const =0
 Return the name of this solid.
 
virtual double StartPhi () const =0
 Return starting phi angle of the segment in deg.
 
virtual double DeltaPhi () const =0
 Return opening phi angle of the segment in deg.
 
virtual int NofSides () const =0
 Return number of sides of the cross section between the given phi limits.
 
virtual int NofZPlanes () const =0
 Return number of planes perpendicular to the z axis.
 
virtual double * ZValues () const =0
 Return the array of z positions of the planes in mm.
 
virtual double * InnerRadiusValues () const =0
 Return the array of innner radius of the planes in mm.
 
virtual double * OuterRadiusValues () const =0
 Return the array of outer radius of the planes 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 polyhedra solids.

Author
Ivana Hrivnacova; IPN Orsay

Definition at line 29 of file IPolyhedra.h.

Constructor & Destructor Documentation

◆ ~IPolyhedra()

virtual VGM::IPolyhedra::~IPolyhedra ( )
inlinevirtual

Definition at line 32 of file IPolyhedra.h.

Member Function Documentation

◆ Type()

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

Return the type of this solid.

Implements VGM::ISolid.

Implemented in BaseVGM::VPolyhedra.

◆ Name()

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

Return the name of this solid.

Implements VGM::ISolid.

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

◆ StartPhi()

virtual double VGM::IPolyhedra::StartPhi ( ) const
pure virtual

Return starting phi angle of the segment in deg.

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

◆ DeltaPhi()

virtual double VGM::IPolyhedra::DeltaPhi ( ) const
pure virtual

Return opening phi angle of the segment in deg.

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

◆ NofSides()

virtual int VGM::IPolyhedra::NofSides ( ) const
pure virtual

Return number of sides of the cross section between the given phi limits.

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

◆ NofZPlanes()

virtual int VGM::IPolyhedra::NofZPlanes ( ) const
pure virtual

Return number of planes perpendicular to the z axis.

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

◆ ZValues()

virtual double * VGM::IPolyhedra::ZValues ( ) const
pure virtual

Return the array of z positions of the planes in mm.

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

◆ InnerRadiusValues()

virtual double * VGM::IPolyhedra::InnerRadiusValues ( ) const
pure virtual

Return the array of innner radius of the planes in mm.

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

◆ OuterRadiusValues()

virtual double * VGM::IPolyhedra::OuterRadiusValues ( ) const
pure virtual

Return the array of outer radius of the planes in mm.

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

◆ Put()

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

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

Implements VGM::ISolid.

Implemented in BaseVGM::VPolyhedra.


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