Geant4
10.02.p02
|
#include <G4tgbRotationMatrix.hh>
Public Member Functions | |
G4tgbRotationMatrix () | |
~G4tgbRotationMatrix () | |
G4tgbRotationMatrix (G4tgrRotationMatrix *tgr) | |
G4RotationMatrix * | BuildG4RotMatrix () |
G4RotationMatrix * | BuildG4RotMatrixFrom3 (std::vector< G4double > &values) |
G4RotationMatrix * | BuildG4RotMatrixFrom6 (std::vector< G4double > &values) |
G4RotationMatrix * | BuildG4RotMatrixFrom9 (std::vector< G4double > &values) |
G4String | GetName () |
Private Attributes | |
G4tgrRotationMatrix * | theTgrRM |
Definition at line 52 of file G4tgbRotationMatrix.hh.
G4tgbRotationMatrix::G4tgbRotationMatrix | ( | ) |
Definition at line 43 of file G4tgbRotationMatrix.cc.
G4tgbRotationMatrix::~G4tgbRotationMatrix | ( | ) |
Definition at line 50 of file G4tgbRotationMatrix.cc.
G4tgbRotationMatrix::G4tgbRotationMatrix | ( | G4tgrRotationMatrix * | tgr | ) |
Definition at line 56 of file G4tgbRotationMatrix.cc.
G4RotationMatrix * G4tgbRotationMatrix::BuildG4RotMatrix | ( | ) |
Definition at line 63 of file G4tgbRotationMatrix.cc.
References BuildG4RotMatrixFrom3(), BuildG4RotMatrixFrom6(), BuildG4RotMatrixFrom9(), G4UIcommand::ConvertToString(), FatalException, G4Exception(), G4tgrRotationMatrix::GetValues(), and theTgrRM.
Referenced by G4tgbRotationMatrixMgr::FindOrBuildG4RotMatrix().
G4RotationMatrix * G4tgbRotationMatrix::BuildG4RotMatrixFrom3 | ( | std::vector< G4double > & | values | ) |
Definition at line 88 of file G4tgbRotationMatrix.cc.
References G4cout, G4endl, GetName(), and G4tgrMessenger::GetVerboseLevel().
Referenced by BuildG4RotMatrix().
G4RotationMatrix * G4tgbRotationMatrix::BuildG4RotMatrixFrom6 | ( | std::vector< G4double > & | values | ) |
Definition at line 110 of file G4tgbRotationMatrix.cc.
References G4cout, G4endl, GetName(), and G4tgrMessenger::GetVerboseLevel().
Referenced by BuildG4RotMatrix().
G4RotationMatrix * G4tgbRotationMatrix::BuildG4RotMatrixFrom9 | ( | std::vector< G4double > & | values | ) |
Definition at line 150 of file G4tgbRotationMatrix.cc.
References G4cout, G4endl, GetName(), and G4tgrMessenger::GetVerboseLevel().
Referenced by BuildG4RotMatrix().
|
inline |
Definition at line 69 of file G4tgbRotationMatrix.hh.
References G4tgrRotationMatrix::GetName(), and theTgrRM.
Referenced by BuildG4RotMatrixFrom3(), BuildG4RotMatrixFrom6(), BuildG4RotMatrixFrom9(), and G4tgbRotationMatrixMgr::CopyRotMats().
|
private |
Definition at line 73 of file G4tgbRotationMatrix.hh.
Referenced by BuildG4RotMatrix(), and GetName().