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

The VGM interface to Boolean solids. More...

#include <IScaledSolid.h>

Inheritance diagram for VGM::IScaledSolid:

Public Member Functions

virtual ~IScaledSolid ()
 
virtual SolidType Type () const =0
 Return the type of this solid.
 
virtual std::string Name () const =0
 Return the name of this solid.
 
virtual ISolidConstituentSolid () const =0
 Return the constituent solid.
 
virtual Transform Scale () const =0
 Return the 3D scale.
 
virtual bool ToBeReflected () const =0
 Return true if the solid has to be first reflected before being placed.
 
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 Boolean solids.

Author
Ivana Hrivnacova; IPN Orsay

Definition at line 30 of file IScaledSolid.h.

Constructor & Destructor Documentation

◆ ~IScaledSolid()

virtual VGM::IScaledSolid::~IScaledSolid ( )
inlinevirtual

Definition at line 33 of file IScaledSolid.h.

Member Function Documentation

◆ Type()

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

Return the type of this solid.

Implements VGM::ISolid.

Implemented in BaseVGM::VScaledSolid.

◆ Name()

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

Return the name of this solid.

Implements VGM::ISolid.

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

◆ ConstituentSolid()

virtual ISolid * VGM::IScaledSolid::ConstituentSolid ( ) const
pure virtual

Return the constituent solid.

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

◆ Scale()

virtual Transform VGM::IScaledSolid::Scale ( ) const
pure virtual

Return the 3D scale.

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

◆ ToBeReflected()

virtual bool VGM::IScaledSolid::ToBeReflected ( ) const
pure virtual

Return true if the solid has to be first reflected before being placed.

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

◆ Put()

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

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

Implements VGM::ISolid.

Implemented in BaseVGM::VScaledSolid.


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