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

The VGM interface to Boolean solids. More...

#include <IBooleanSolid.h>

Inheritance diagram for VGM::IBooleanSolid:

Public Member Functions

virtual ~IBooleanSolid ()
 
virtual SolidType Type () const =0
 Return the type of this solid.
 
virtual std::string Name () const =0
 Return the name of this solid.
 
virtual BooleanType BoolType () const =0
 Return the Boolean type of this solid.
 
virtual ISolidConstituentSolidA () const =0
 Return the first constituent solid.
 
virtual ISolidConstituentSolidB () const =0
 Return the second constituent solid.
 
virtual Transform Displacement () const =0
 Return the 3D displacement of the second constituent solid with respect to the first one.
 
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 40 of file IBooleanSolid.h.

Constructor & Destructor Documentation

◆ ~IBooleanSolid()

virtual VGM::IBooleanSolid::~IBooleanSolid ( )
inlinevirtual

Definition at line 43 of file IBooleanSolid.h.

Member Function Documentation

◆ Type()

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

Return the type of this solid.

Implements VGM::ISolid.

Implemented in BaseVGM::VBooleanSolid.

◆ Name()

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

Return the name of this solid.

Implements VGM::ISolid.

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

◆ BoolType()

virtual BooleanType VGM::IBooleanSolid::BoolType ( ) const
pure virtual

Return the Boolean type of this solid.

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

◆ ConstituentSolidA()

virtual ISolid * VGM::IBooleanSolid::ConstituentSolidA ( ) const
pure virtual

Return the first constituent solid.

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

◆ ConstituentSolidB()

virtual ISolid * VGM::IBooleanSolid::ConstituentSolidB ( ) const
pure virtual

Return the second constituent solid.

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

◆ Displacement()

virtual Transform VGM::IBooleanSolid::Displacement ( ) const
pure virtual

Return the 3D displacement of the second constituent solid with respect to the first one.

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

◆ ToBeReflected()

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

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

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

◆ Put()

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

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

Implements VGM::ISolid.

Implemented in BaseVGM::VBooleanSolid.


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