VGM Version 5.3
Loading...
Searching...
No Matches
BaseVGM::VPolyhedra Class Reference

The ABC for polyhedra solids. More...

#include <VPolyhedra.h>

Inheritance diagram for BaseVGM::VPolyhedra:

Public Member Functions

 VPolyhedra ()
 
virtual ~VPolyhedra ()
 
virtual VGM::SolidType Type () const
 Return the type of this solid.
 
double ConvertRadiusFactor () const
 
virtual std::ostream & Put (std::ostream &out) const
 Put the printing of the solid parameters in the out stream.
 
- Public Member Functions inherited from VGM::IPolyhedra
virtual ~IPolyhedra ()
 
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.
 
- Public Member Functions inherited from VGM::ISolid
virtual ~ISolid ()
 

Detailed Description

The ABC for polyhedra solids.

Author
Ivana Hrivnacova; IPN Orsay

Definition at line 29 of file VPolyhedra.h.

Constructor & Destructor Documentation

◆ VPolyhedra()

BaseVGM::VPolyhedra::VPolyhedra ( )

Default constructor

Definition at line 32 of file VPolyhedra.cxx.

◆ ~VPolyhedra()

BaseVGM::VPolyhedra::~VPolyhedra ( )
virtual

Definition at line 38 of file VPolyhedra.cxx.

Member Function Documentation

◆ Type()

VGM::SolidType BaseVGM::VPolyhedra::Type ( ) const
inlinevirtual

Return the type of this solid.

Implements VGM::IPolyhedra.

Definition at line 50 of file VPolyhedra.h.

◆ ConvertRadiusFactor()

double BaseVGM::VPolyhedra::ConvertRadiusFactor ( ) const

Definition at line 44 of file VPolyhedra.cxx.

◆ Put()

std::ostream & BaseVGM::VPolyhedra::Put ( std::ostream & out) const
virtual

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

Implements VGM::IPolyhedra.

Definition at line 55 of file VPolyhedra.cxx.


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