VGM Version 5.3
Loading...
Searching...
No Matches
VGM::IBox Class Referenceabstract

The VGM interface to box solids. More...

#include <IBox.h>

Inheritance diagram for VGM::IBox:

Public Member Functions

virtual ~IBox ()
 
virtual SolidType Type () const =0
 Return the type of this solid.
 
virtual std::string Name () const =0
 Return the name of this solid.
 
virtual double XHalfLength () const =0
 Return the half-length along the x axis in mm.
 
virtual double YHalfLength () const =0
 Return the half-length along the y axis in mm.
 
virtual double ZHalfLength () const =0
 Return the half-length along the z axis in mm.
 
virtual std::ostream & Put (std::ostream &out) const =0
 Put the printing of the solid parameters in the out stream.
 
- Public Member Functions inherited from VGM::ISolid
virtual ~ISolid ()
 

Detailed Description

The VGM interface to box solids.

Author
Ivana Hrivnacova; IPN Orsay

Definition at line 29 of file IBox.h.

Constructor & Destructor Documentation

◆ ~IBox()

virtual VGM::IBox::~IBox ( )
inlinevirtual

Definition at line 32 of file IBox.h.

Member Function Documentation

◆ Type()

virtual SolidType VGM::IBox::Type ( ) const
pure virtual

Return the type of this solid.

Implements VGM::ISolid.

Implemented in BaseVGM::VBox.

◆ Name()

virtual std::string VGM::IBox::Name ( ) const
pure virtual

Return the name of this solid.

Implements VGM::ISolid.

Implemented in Geant4GM::Box, and RootGM::Box.

◆ XHalfLength()

virtual double VGM::IBox::XHalfLength ( ) const
pure virtual

Return the half-length along the x axis in mm.

Implemented in Geant4GM::Box, and RootGM::Box.

◆ YHalfLength()

virtual double VGM::IBox::YHalfLength ( ) const
pure virtual

Return the half-length along the y axis in mm.

Implemented in Geant4GM::Box, and RootGM::Box.

◆ ZHalfLength()

virtual double VGM::IBox::ZHalfLength ( ) const
pure virtual

Return the half-length along the z axis in mm.

Implemented in Geant4GM::Box, and RootGM::Box.

◆ Put()

virtual std::ostream & VGM::IBox::Put ( std::ostream & out) const
pure virtual

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

Implements VGM::ISolid.

Implemented in BaseVGM::VBox.


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