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

The VGM interface to polycone solids. More...

#include <IPolycone.h>

Inheritance diagram for VGM::IPolycone:

Public Member Functions

virtual ~IPolycone ()
 
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 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 inner 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 polycone solids.

Author
Ivana Hrivnacova; IPN Orsay

Definition at line 29 of file IPolycone.h.

Constructor & Destructor Documentation

◆ ~IPolycone()

virtual VGM::IPolycone::~IPolycone ( )
inlinevirtual

Definition at line 32 of file IPolycone.h.

Member Function Documentation

◆ Type()

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

Return the type of this solid.

Implements VGM::ISolid.

Implemented in BaseVGM::VPolycone.

◆ Name()

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

Return the name of this solid.

Implements VGM::ISolid.

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

◆ StartPhi()

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

Return starting phi angle of the segment in deg.

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

◆ DeltaPhi()

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

Return opening phi angle of the segment in deg.

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

◆ NofZPlanes()

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

Return number of planes perpendicular to the z axis.

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

◆ ZValues()

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

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

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

◆ InnerRadiusValues()

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

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

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

◆ OuterRadiusValues()

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

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

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

◆ Put()

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

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

Implements VGM::ISolid.

Implemented in BaseVGM::VPolycone.


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