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

The ABC for polycone solids. More...

#include <VPolycone.h>

Inheritance diagram for BaseVGM::VPolycone:

Public Member Functions

 VPolycone ()
 
virtual ~VPolycone ()
 
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::IPolycone
virtual ~IPolycone ()
 
virtual std::string Name () const =0
 Return the name of this solid.
 
virtual double StartPhi () const =0
 Return starting phi angle of the segment in deg.
 
virtual double DeltaPhi () const =0
 Return opening phi angle of the segment in deg.
 
virtual int NofZPlanes () const =0
 Return number of planes perpendicular to the z axis.
 
virtual double * ZValues () const =0
 Return the array of z positions of the planes in mm.
 
virtual double * InnerRadiusValues () const =0
 Return the array of inner radius of the planes in mm.
 
virtual double * OuterRadiusValues () const =0
 Return the array of outer radius of the planes in mm.
 
- Public Member Functions inherited from VGM::ISolid
virtual ~ISolid ()
 

Detailed Description

The ABC for polycone solids.

Author
Ivana Hrivnacova; IPN Orsay

Definition at line 29 of file VPolycone.h.

Constructor & Destructor Documentation

◆ VPolycone()

BaseVGM::VPolycone::VPolycone ( )

Default constructor

Definition at line 30 of file VPolycone.cxx.

◆ ~VPolycone()

BaseVGM::VPolycone::~VPolycone ( )
virtual

Definition at line 36 of file VPolycone.cxx.

Member Function Documentation

◆ Type()

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

Return the type of this solid.

Implements VGM::IPolycone.

Definition at line 46 of file VPolycone.h.

◆ Put()

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

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

Implements VGM::IPolycone.

Definition at line 42 of file VPolycone.cxx.


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