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

The ABC for paraboloid solids. More...

#include <VParaboloid.h>

Inheritance diagram for BaseVGM::VParaboloid:

Public Member Functions

 VParaboloid ()
 
virtual ~VParaboloid ()
 
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::IParaboloid
virtual ~IParaboloid ()
 
virtual std::string Name () const =0
 Return the name of this solid.
 
virtual double RadiusMinusZ () const =0
 Return the radius at -z in mm.
 
virtual double RadiusPlusZ () const =0
 Return the radius at +z 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 paraboloid solids.

Author
Ivana Hrivnacova; IPN Orsay

Definition at line 29 of file VParaboloid.h.

Constructor & Destructor Documentation

◆ VParaboloid()

BaseVGM::VParaboloid::VParaboloid ( )

Default constructor

Definition at line 30 of file VParaboloid.cxx.

◆ ~VParaboloid()

BaseVGM::VParaboloid::~VParaboloid ( )
virtual

Definition at line 36 of file VParaboloid.cxx.

Member Function Documentation

◆ Type()

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

Return the type of this solid.

Implements VGM::IParaboloid.

Definition at line 46 of file VParaboloid.h.

◆ Put()

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

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

Implements VGM::IParaboloid.

Definition at line 42 of file VParaboloid.cxx.


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