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

The VGM interface to elliptical tube solids. More...

#include <IEllipticalTube.h>

Inheritance diagram for VGM::IEllipticalTube:

Public Member Functions

virtual ~IEllipticalTube ()
 
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 Dx () const =0
 Return the semi-axis of the ellipse along x in mm.
 
virtual double Dy () const =0
 Return the semi-axis of the ellipse along y in mm.
 
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 elliptical tube solids.

Author
Ivana Hrivnacova; IPN Orsay

Definition at line 29 of file IEllipticalTube.h.

Constructor & Destructor Documentation

◆ ~IEllipticalTube()

virtual VGM::IEllipticalTube::~IEllipticalTube ( )
inlinevirtual

Definition at line 32 of file IEllipticalTube.h.

Member Function Documentation

◆ Type()

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

Return the type of this solid.

Implements VGM::ISolid.

Implemented in BaseVGM::VEllipticalTube.

◆ Name()

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

Return the name of this solid.

Implements VGM::ISolid.

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

◆ Dx()

virtual double VGM::IEllipticalTube::Dx ( ) const
pure virtual

Return the semi-axis of the ellipse along x in mm.

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

◆ Dy()

virtual double VGM::IEllipticalTube::Dy ( ) const
pure virtual

Return the semi-axis of the ellipse along y in mm.

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

◆ ZHalfLength()

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

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

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

◆ Put()

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

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

Implements VGM::ISolid.

Implemented in BaseVGM::VEllipticalTube.


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