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

The VGM interface to torus solids. More...

#include <ITorus.h>

Inheritance diagram for VGM::ITorus:

Public Member Functions

virtual ~ITorus ()
 
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 InnerRadius () const =0
 Return the inside radius of the torus in mm.
 
virtual double OuterRadius () const =0
 Return the outside radius of the torus in mm.
 
virtual double AxialRadius () const =0
 Return the axial (swept) radius of the torus in mm.
 
virtual double StartPhi () const =0
 Return the starting phi angle of the segment in deg (with 0 being the +x axis)
 
virtual double DeltaPhi () const =0
 Return the opening phi angle of the segment in deg.
 
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 torus solids.

Author
Ivana Hrivnacova; IPN Orsay

Definition at line 29 of file ITorus.h.

Constructor & Destructor Documentation

◆ ~ITorus()

virtual VGM::ITorus::~ITorus ( )
inlinevirtual

Definition at line 32 of file ITorus.h.

Member Function Documentation

◆ Type()

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

Return the type of this solid.

Implements VGM::ISolid.

Implemented in BaseVGM::VTorus.

◆ Name()

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

Return the name of this solid.

Implements VGM::ISolid.

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

◆ InnerRadius()

virtual double VGM::ITorus::InnerRadius ( ) const
pure virtual

Return the inside radius of the torus in mm.

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

◆ OuterRadius()

virtual double VGM::ITorus::OuterRadius ( ) const
pure virtual

Return the outside radius of the torus in mm.

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

◆ AxialRadius()

virtual double VGM::ITorus::AxialRadius ( ) const
pure virtual

Return the axial (swept) radius of the torus in mm.

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

◆ StartPhi()

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

Return the starting phi angle of the segment in deg (with 0 being the +x axis)

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

◆ DeltaPhi()

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

Return the opening phi angle of the segment in deg.

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

◆ Put()

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

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

Implements VGM::ISolid.

Implemented in BaseVGM::VTorus.


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