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

The ABC for trd solids. More...

#include <VTrd.h>

Inheritance diagram for BaseVGM::VTrd:

Public Member Functions

 VTrd ()
 
virtual ~VTrd ()
 
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::ITrd
virtual ~ITrd ()
 
virtual std::string Name () const =0
 Return the name of this solid.
 
virtual double XHalfLengthMinusZ () const =0
 Return the half-length along x at the surface positioned at -hz in mm.
 
virtual double XHalfLengthPlusZ () const =0
 Return the half-length along x at the surface positioned at +hz in mm.
 
virtual double YHalfLengthMinusZ () const =0
 Return the half-length along y at the surface positioned at -hz in mm.
 
virtual double YHalfLengthPlusZ () const =0
 Return thehalf-length along y at the surface positioned at +hz 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 trd solids.

Author
Ivana Hrivnacova; IPN Orsay

Definition at line 29 of file VTrd.h.

Constructor & Destructor Documentation

◆ VTrd()

BaseVGM::VTrd::VTrd ( )

Default constructor

Definition at line 30 of file VTrd.cxx.

◆ ~VTrd()

BaseVGM::VTrd::~VTrd ( )
virtual

Definition at line 36 of file VTrd.cxx.

Member Function Documentation

◆ Type()

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

Return the type of this solid.

Implements VGM::ITrd.

Definition at line 46 of file VTrd.h.

◆ Put()

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

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

Implements VGM::ITrd.

Definition at line 42 of file VTrd.cxx.


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