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

The ABC for Boolean solids. More...

#include <VBooleanSolid.h>

Inheritance diagram for BaseVGM::VBooleanSolid:

Public Member Functions

 VBooleanSolid ()
 
virtual ~VBooleanSolid ()
 
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::IBooleanSolid
virtual ~IBooleanSolid ()
 
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.
 
- Public Member Functions inherited from VGM::ISolid
virtual ~ISolid ()
 

Detailed Description

The ABC for Boolean solids.

Author
Ivana Hrivnacova; IPN Orsay

Definition at line 31 of file VBooleanSolid.h.

Constructor & Destructor Documentation

◆ VBooleanSolid()

BaseVGM::VBooleanSolid::VBooleanSolid ( )

Default constructor

Definition at line 56 of file VBooleanSolid.cxx.

◆ ~VBooleanSolid()

BaseVGM::VBooleanSolid::~VBooleanSolid ( )
virtual

Definition at line 62 of file VBooleanSolid.cxx.

Member Function Documentation

◆ Type()

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

Return the type of this solid.

Implements VGM::IBooleanSolid.

Definition at line 48 of file VBooleanSolid.h.

◆ Put()

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

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

Implements VGM::IBooleanSolid.

Definition at line 68 of file VBooleanSolid.cxx.


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