Geant4 11.2.2
Toolkit for the simulation of the passage of particles through matter
|
#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) |
const G4String & | GetName () |
Definition at line 46 of file G4tgbRotationMatrix.hh.
G4tgbRotationMatrix::G4tgbRotationMatrix | ( | ) |
Definition at line 38 of file G4tgbRotationMatrix.cc.
G4tgbRotationMatrix::~G4tgbRotationMatrix | ( | ) |
Definition at line 43 of file G4tgbRotationMatrix.cc.
G4tgbRotationMatrix::G4tgbRotationMatrix | ( | G4tgrRotationMatrix * | tgr | ) |
Definition at line 48 of file G4tgbRotationMatrix.cc.
G4RotationMatrix * G4tgbRotationMatrix::BuildG4RotMatrix | ( | ) |
Definition at line 54 of file G4tgbRotationMatrix.cc.
Referenced by G4tgbRotationMatrixMgr::FindOrBuildG4RotMatrix().
G4RotationMatrix * G4tgbRotationMatrix::BuildG4RotMatrixFrom3 | ( | std::vector< G4double > & | values | ) |
Definition at line 83 of file G4tgbRotationMatrix.cc.
Referenced by BuildG4RotMatrix().
G4RotationMatrix * G4tgbRotationMatrix::BuildG4RotMatrixFrom6 | ( | std::vector< G4double > & | values | ) |
Definition at line 104 of file G4tgbRotationMatrix.cc.
Referenced by BuildG4RotMatrix().
G4RotationMatrix * G4tgbRotationMatrix::BuildG4RotMatrixFrom9 | ( | std::vector< G4double > & | values | ) |
Definition at line 144 of file G4tgbRotationMatrix.cc.
Referenced by BuildG4RotMatrix().
|
inline |
Definition at line 63 of file G4tgbRotationMatrix.hh.
Referenced by BuildG4RotMatrixFrom3(), BuildG4RotMatrixFrom6(), and BuildG4RotMatrixFrom9().