Geant4
10.00.p03
|
#include <G4tgrRotationMatrixFactory.hh>
Public Member Functions | |
G4tgrRotationMatrix * | AddRotMatrix (const std::vector< G4String > &wl) |
G4tgrRotationMatrix * | FindRotMatrix (const G4String &rotm) |
const G4mstgrrotm & | GetRotMatMap () const |
std::vector < G4tgrRotationMatrix * > | GetRotMatList () const |
void | DumpRotmList () |
Static Public Member Functions | |
static G4tgrRotationMatrixFactory * | GetInstance () |
Private Member Functions | |
G4tgrRotationMatrixFactory () | |
~G4tgrRotationMatrixFactory () | |
Private Attributes | |
std::vector < G4tgrRotationMatrix * > | theTgrRotMatList |
G4mstgrrotm | theTgrRotMats |
Static Private Attributes | |
static G4ThreadLocal G4tgrRotationMatrixFactory * | theInstance = 0 |
Definition at line 51 of file G4tgrRotationMatrixFactory.hh.
|
private |
Definition at line 56 of file G4tgrRotationMatrixFactory.cc.
Referenced by GetInstance().
|
private |
Definition at line 62 of file G4tgrRotationMatrixFactory.cc.
References theInstance, and theTgrRotMats.
G4tgrRotationMatrix * G4tgrRotationMatrixFactory::AddRotMatrix | ( | const std::vector< G4String > & | wl | ) |
Definition at line 76 of file G4tgrRotationMatrixFactory.cc.
References G4tgrUtils::DumpVS(), FatalException, FindRotMatrix(), G4cout, G4endl, G4Exception(), G4tgrRotationMatrix::GetName(), G4tgrUtils::GetString(), G4tgrMessenger::GetVerboseLevel(), theTgrRotMatList, and theTgrRotMats.
Referenced by G4tgrLineProcessor::ProcessLine().
void G4tgrRotationMatrixFactory::DumpRotmList | ( | ) |
Definition at line 126 of file G4tgrRotationMatrixFactory.cc.
References G4cout, G4endl, and theTgrRotMats.
Referenced by G4tgrVolumeMgr::DumpSummary().
G4tgrRotationMatrix * G4tgrRotationMatrixFactory::FindRotMatrix | ( | const G4String & | rotm | ) |
Definition at line 111 of file G4tgrRotationMatrixFactory.cc.
References theTgrRotMats.
Referenced by AddRotMatrix().
|
static |
Definition at line 45 of file G4tgrRotationMatrixFactory.cc.
References G4tgrRotationMatrixFactory(), and theInstance.
Referenced by G4tgbRotationMatrixMgr::CopyRotMats(), G4tgrVolumeMgr::DumpSummary(), and G4tgrLineProcessor::ProcessLine().
|
inline |
Definition at line 66 of file G4tgrRotationMatrixFactory.hh.
References theTgrRotMatList.
Referenced by G4tgrVolumeMgr::DumpSummary().
|
inline |
Definition at line 64 of file G4tgrRotationMatrixFactory.hh.
References theTgrRotMats.
Referenced by G4tgbRotationMatrixMgr::CopyRotMats().
|
staticprivate |
Definition at line 79 of file G4tgrRotationMatrixFactory.hh.
Referenced by GetInstance(), and ~G4tgrRotationMatrixFactory().
|
private |
Definition at line 81 of file G4tgrRotationMatrixFactory.hh.
Referenced by AddRotMatrix(), and GetRotMatList().
|
private |
Definition at line 82 of file G4tgrRotationMatrixFactory.hh.
Referenced by AddRotMatrix(), DumpRotmList(), FindRotMatrix(), GetRotMatMap(), and ~G4tgrRotationMatrixFactory().