Geant4 9.6.0
Toolkit for the simulation of the passage of particles through matter
|
#include <G4tgrSolidBoolean.hh>
Public Member Functions | |
G4tgrSolidBoolean (const std::vector< G4String > &wl) | |
~G4tgrSolidBoolean () | |
const G4tgrSolid * | GetSolid (G4int ii) const |
const G4String & | GetRelativeRotMatName () const |
G4ThreeVector | GetRelativePlace () const |
Public Member Functions inherited from G4tgrSolid | |
G4tgrSolid () | |
G4tgrSolid (const std::vector< G4String > &wl) | |
virtual | ~G4tgrSolid () |
const G4String & | GetName () const |
const G4String & | GetType () const |
const std::vector< std::vector< G4double > * > | GetSolidParams () const |
virtual const G4String & | GetRelativeRotMatName () const |
virtual G4ThreeVector | GetRelativePlace () const |
Friends | |
std::ostream & | operator<< (std::ostream &, const G4tgrSolidBoolean &) |
Additional Inherited Members | |
Protected Attributes inherited from G4tgrSolid | |
G4String | theName |
G4String | theType |
std::vector< std::vector< G4double > * > | theSolidParams |
Definition at line 51 of file G4tgrSolidBoolean.hh.
Definition at line 44 of file G4tgrSolidBoolean.cc.
G4tgrSolidBoolean::~G4tgrSolidBoolean | ( | ) |
Definition at line 97 of file G4tgrSolidBoolean.cc.
|
virtual |
Reimplemented from G4tgrSolid.
Definition at line 110 of file G4tgrSolidBoolean.cc.
Referenced by G4tgbVolume::FindOrConstructG4Solid().
Reimplemented from G4tgrSolid.
Definition at line 103 of file G4tgrSolidBoolean.cc.
|
inline |
Definition at line 82 of file G4tgrSolidBoolean.hh.
Referenced by G4tgbVolume::FindOrConstructG4Solid().
|
friend |
Definition at line 117 of file G4tgrSolidBoolean.cc.