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

The ABC for torus solids. More...

#include <VTorus.h>

Inheritance diagram for BaseVGM::VTorus:

Public Member Functions

 VTorus ()
 
virtual ~VTorus ()
 
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::ITorus
virtual ~ITorus ()
 
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.
 
- Public Member Functions inherited from VGM::ISolid
virtual ~ISolid ()
 

Detailed Description

The ABC for torus solids.

Author
Ivana Hrivnacova; IPN Orsay

Definition at line 29 of file VTorus.h.

Constructor & Destructor Documentation

◆ VTorus()

BaseVGM::VTorus::VTorus ( )

Default constructor

Definition at line 30 of file VTorus.cxx.

◆ ~VTorus()

BaseVGM::VTorus::~VTorus ( )
virtual

Definition at line 36 of file VTorus.cxx.

Member Function Documentation

◆ Type()

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

Return the type of this solid.

Implements VGM::ITorus.

Definition at line 46 of file VTorus.h.

◆ Put()

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

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

Implements VGM::ITorus.

Definition at line 42 of file VTorus.cxx.


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