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

The ABC for elliptical tube solids. More...

#include <VEllipticalTube.h>

Inheritance diagram for BaseVGM::VEllipticalTube:

Public Member Functions

 VEllipticalTube ()
 
virtual ~VEllipticalTube ()
 
virtual VGM::SolidType Type () const
 Return the type of this solid.
 
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::IEllipticalTube
virtual ~IEllipticalTube ()
 
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.
 
- Public Member Functions inherited from VGM::ISolid
virtual ~ISolid ()
 

Detailed Description

The ABC for elliptical tube solids.

Author
Ivana Hrivnacova; IPN Orsay

Definition at line 29 of file VEllipticalTube.h.

Constructor & Destructor Documentation

◆ VEllipticalTube()

BaseVGM::VEllipticalTube::VEllipticalTube ( )

Default constructor

Definition at line 30 of file VEllipticalTube.cxx.

◆ ~VEllipticalTube()

BaseVGM::VEllipticalTube::~VEllipticalTube ( )
virtual

Definition at line 36 of file VEllipticalTube.cxx.

Member Function Documentation

◆ Type()

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

Return the type of this solid.

Implements VGM::IEllipticalTube.

Definition at line 46 of file VEllipticalTube.h.

◆ Put()

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

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

Implements VGM::IEllipticalTube.

Definition at line 42 of file VEllipticalTube.cxx.


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