Geant4
10.02.p02
|
#include <G4tgrSolid.hh>
Public Member Functions | |
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 |
Protected Attributes | |
G4String | theName |
G4String | theType |
std::vector< std::vector < G4double > * > | theSolidParams |
Private Member Functions | |
void | FillSolidParams (const std::vector< G4String > &wl) |
Friends | |
std::ostream & | operator<< (std::ostream &, const G4tgrSolid &) |
Definition at line 49 of file G4tgrSolid.hh.
G4tgrSolid::G4tgrSolid | ( | ) |
Definition at line 47 of file G4tgrSolid.cc.
G4tgrSolid::G4tgrSolid | ( | const std::vector< G4String > & | wl | ) |
Definition at line 59 of file G4tgrSolid.cc.
References FillSolidParams(), G4cout, G4endl, G4tgrVolumeMgr::GetInstance(), G4tgrUtils::GetString(), G4tgrMessenger::GetVerboseLevel(), G4tgrVolumeMgr::RegisterMe(), theName, and theType.
|
virtual |
Definition at line 53 of file G4tgrSolid.cc.
|
private |
Definition at line 105 of file G4tgrSolid.cc.
References deg, G4cout, G4endl, G4tgrUtils::GetDouble(), G4tgrMessenger::GetVerboseLevel(), and theSolidParams.
Referenced by G4tgrSolid().
|
inline |
Definition at line 61 of file G4tgrSolid.hh.
References theName.
Referenced by G4tgbVolume::FindOrConstructG4Solid(), G4tgrVolumeMgr::RegisterMe(), and G4tgrVolumeMgr::UnRegisterMe().
|
virtual |
Reimplemented in G4tgrSolidBoolean.
Definition at line 98 of file G4tgrSolid.cc.
|
virtual |
Reimplemented in G4tgrSolidBoolean.
Definition at line 91 of file G4tgrSolid.cc.
References theName.
Referenced by G4tgbVolume::FindOrConstructG4Solid().
const std::vector< std::vector< G4double > * > G4tgrSolid::GetSolidParams | ( | ) | const |
Definition at line 84 of file G4tgrSolid.cc.
References theSolidParams.
Referenced by G4tgbVolume::FindOrConstructG4Solid().
|
inline |
Definition at line 62 of file G4tgrSolid.hh.
References theType.
Referenced by G4tgbVolume::FindOrConstructG4Solid().
|
friend |
Definition at line 173 of file G4tgrSolid.cc.
|
protected |
Definition at line 73 of file G4tgrSolid.hh.
Referenced by G4tgrSolid(), G4tgrSolidBoolean::G4tgrSolidBoolean(), GetName(), GetRelativeRotMatName(), and operator<<().
|
protected |
Definition at line 77 of file G4tgrSolid.hh.
Referenced by FillSolidParams(), GetSolidParams(), and operator<<().
|
protected |
Definition at line 75 of file G4tgrSolid.hh.
Referenced by G4tgrSolid(), G4tgrSolidBoolean::G4tgrSolidBoolean(), GetType(), and operator<<().