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

The ABC for sphere solids. More...

#include <VSphere.h>

Inheritance diagram for BaseVGM::VSphere:

Public Member Functions

 VSphere ()
 
virtual ~VSphere ()
 
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::ISphere
virtual ~ISphere ()
 
virtual std::string Name () const =0
 Return the name of this solid.
 
virtual double InnerRadius () const =0
 Return the inside radius of the shell in mm.
 
virtual double OuterRadius () const =0
 Return the outside radius of the shell in mm.
 
virtual double StartPhi () const =0
 Return the starting azimuthal angle of the segment in deg.
 
virtual double DeltaPhi () const =0
 Return the opening azimuthal angle of the segment in deg.
 
virtual double StartTheta () const =0
 Return the starting polar angle of the segment in deg.
 
virtual double DeltaTheta () const =0
 Return the opening polar angle of the segment in deg.
 
- Public Member Functions inherited from VGM::ISolid
virtual ~ISolid ()
 

Detailed Description

The ABC for sphere solids.

Author
Ivana Hrivnacova; IPN Orsay

Definition at line 29 of file VSphere.h.

Constructor & Destructor Documentation

◆ VSphere()

BaseVGM::VSphere::VSphere ( )

Default constructor

Definition at line 30 of file VSphere.cxx.

◆ ~VSphere()

BaseVGM::VSphere::~VSphere ( )
virtual

Definition at line 36 of file VSphere.cxx.

Member Function Documentation

◆ Type()

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

Return the type of this solid.

Implements VGM::ISphere.

Definition at line 46 of file VSphere.h.

◆ Put()

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

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

Implements VGM::ISphere.

Definition at line 42 of file VSphere.cxx.


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