Geant4-11
|
#include <G3RotTable.hh>
Public Member Functions | |
void | Clear () |
G3RotTable () | |
G4RotationMatrix * | Get (G4int id) const |
void | Put (G4int id, G4RotationMatrix *matrix) |
virtual | ~G3RotTable () |
Private Attributes | |
G3RotMatrixVector * | fRotVector |
Definition at line 52 of file G3RotTable.hh.
G3RotTable::G3RotTable | ( | ) |
|
virtual |
Definition at line 37 of file G3RotTable.cc.
References fRotVector.
void G3RotTable::Clear | ( | ) |
Definition at line 58 of file G3RotTable.cc.
References fRotVector.
G4RotationMatrix * G3RotTable::Get | ( | G4int | id | ) | const |
Definition at line 43 of file G3RotTable.cc.
References fRotVector, G3RotTableEntry::GetID(), and G3RotTableEntry::GetMatrix().
Referenced by G3toG4BuildPVTree(), and GetTransform3D().
void G3RotTable::Put | ( | G4int | id, |
G4RotationMatrix * | matrix | ||
) |
|
private |
Definition at line 67 of file G3RotTable.hh.
Referenced by Clear(), G3RotTable(), Get(), Put(), and ~G3RotTable().