Geant4
10.02.p02
|
#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 |
Private Attributes | |
std::vector< std::vector < G4double > * > | theSolidParams |
G4String | theRelativeRotMatName |
G4ThreeVector | theRelativePlace |
std::vector< const G4tgrSolid * > | theSolids |
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.
G4tgrSolidBoolean::G4tgrSolidBoolean | ( | const std::vector< G4String > & | wl | ) |
Definition at line 44 of file G4tgrSolidBoolean.cc.
References G4tgrUtils::DumpVS(), FatalException, G4tgrVolumeMgr::FindSolid(), G4tgrVolumeMgr::FindVolume(), G4cout, G4endl, G4Exception(), G4tgrUtils::GetDouble(), G4tgrVolumeMgr::GetInstance(), G4tgrVolume::GetSolid(), G4tgrUtils::GetString(), G4tgrMessenger::GetVerboseLevel(), G4tgrVolumeMgr::RegisterMe(), G4tgrSolid::theName, theRelativePlace, theRelativeRotMatName, theSolids, and G4tgrSolid::theType.
G4tgrSolidBoolean::~G4tgrSolidBoolean | ( | ) |
Definition at line 97 of file G4tgrSolidBoolean.cc.
|
virtual |
Reimplemented from G4tgrSolid.
Definition at line 110 of file G4tgrSolidBoolean.cc.
References theRelativePlace.
Referenced by G4tgbVolume::FindOrConstructG4Solid().
|
virtual |
Reimplemented from G4tgrSolid.
Definition at line 103 of file G4tgrSolidBoolean.cc.
References theRelativeRotMatName.
|
inline |
Definition at line 82 of file G4tgrSolidBoolean.hh.
References FatalException, G4Exception(), and theSolids.
Referenced by G4tgbVolume::FindOrConstructG4Solid().
|
friend |
Definition at line 117 of file G4tgrSolidBoolean.cc.
|
private |
Definition at line 74 of file G4tgrSolidBoolean.hh.
Referenced by G4tgrSolidBoolean(), and GetRelativePlace().
|
private |
Definition at line 73 of file G4tgrSolidBoolean.hh.
Referenced by G4tgrSolidBoolean(), and GetRelativeRotMatName().
|
private |
Definition at line 70 of file G4tgrSolidBoolean.hh.
Referenced by operator<<().
|
private |
Definition at line 77 of file G4tgrSolidBoolean.hh.
Referenced by G4tgrSolidBoolean(), and GetSolid().