Geant4
10.00.p01
|
#include <G3RotTable.hh>
Public Member Functions | |
G3RotTable () | |
virtual | ~G3RotTable () |
G4RotationMatrix * | Get (G4int id) const |
void | Put (G4int id, G4RotationMatrix *matrix) |
void | Clear () |
Private Attributes | |
G3RotMatrixVector * | fRotVector |
Definition at line 53 of file G3RotTable.hh.
G3RotTable::G3RotTable | ( | ) |
Definition at line 33 of file G3RotTable.cc.
References fRotVector.
|
virtual |
Definition at line 38 of file G3RotTable.cc.
References fRotVector.
void G3RotTable::Clear | ( | ) |
Definition at line 59 of file G3RotTable.cc.
References a, and fRotVector.
G4RotationMatrix * G3RotTable::Get | ( | G4int | id | ) | const |
Definition at line 44 of file G3RotTable.cc.
References fRotVector, G3RotTableEntry::GetID(), and G3RotTableEntry::GetMatrix().
Referenced by G3toG4BuildPVTree(), and GetTransform3D().
void G3RotTable::Put | ( | G4int | id, |
G4RotationMatrix * | matrix | ||
) |
Definition at line 53 of file G3RotTable.cc.
References fRotVector.
Referenced by G4gsrotm().
|
private |
Definition at line 68 of file G3RotTable.hh.
Referenced by Clear(), G3RotTable(), Get(), Put(), and ~G3RotTable().