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

The ABC for hyperboloid solids. More...

#include <VHype.h>

Inheritance diagram for BaseVGM::VHype:

Public Member Functions

 VHype ()
 
virtual ~VHype ()
 
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::IHype
virtual ~IHype ()
 
virtual std::string Name () const =0
 Return the name of this solid.
 
virtual double InnerRadius () const =0
 Return the inner radius in mm.
 
virtual double InnerStereoAngle () const =0
 Return the inner stereo angle.
 
virtual double OuterRadius () const =0
 Return the outer radius in mm.
 
virtual double OuterStereoAngle () const =0
 Return the inner stereo angle.
 
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 hyperboloid solids.

Author
Ivana Hrivnacova; IPN Orsay

Definition at line 29 of file VHype.h.

Constructor & Destructor Documentation

◆ VHype()

BaseVGM::VHype::VHype ( )

Default constructor

Definition at line 30 of file VHype.cxx.

◆ ~VHype()

BaseVGM::VHype::~VHype ( )
virtual

Definition at line 36 of file VHype.cxx.

Member Function Documentation

◆ Type()

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

Return the type of this solid.

Implements VGM::IHype.

Definition at line 46 of file VHype.h.

◆ Put()

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

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

Implements VGM::IHype.

Definition at line 42 of file VHype.cxx.


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