|
Geant4 10.7.0
Toolkit for the simulation of the passage of particles through matter
|
#include <G4tgrSolidBoolean.hh>
Inheritance diagram for G4tgrSolidBoolean: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 44 of file G4tgrSolidBoolean.hh.
| G4tgrSolidBoolean::G4tgrSolidBoolean | ( | const std::vector< G4String > & | wl | ) |
Definition at line 39 of file G4tgrSolidBoolean.cc.
| G4tgrSolidBoolean::~G4tgrSolidBoolean | ( | ) |
Definition at line 91 of file G4tgrSolidBoolean.cc.
|
virtual |
Reimplemented from G4tgrSolid.
Definition at line 102 of file G4tgrSolidBoolean.cc.
Referenced by G4tgbVolume::FindOrConstructG4Solid().
|
virtual |
Reimplemented from G4tgrSolid.
Definition at line 96 of file G4tgrSolidBoolean.cc.
|
inline |
Definition at line 74 of file G4tgrSolidBoolean.hh.
Referenced by G4tgbVolume::FindOrConstructG4Solid().
|
friend |
Definition at line 108 of file G4tgrSolidBoolean.cc.