Geant4
9.6.p02
|
#include <G4TouchableHistory.hh>
Public Member Functions | |
G4TouchableHistory (const G4NavigationHistory &history) | |
G4TouchableHistory () | |
~G4TouchableHistory () | |
G4VPhysicalVolume * | GetVolume (G4int depth=0) const |
G4VSolid * | GetSolid (G4int depth=0) const |
const G4ThreeVector & | GetTranslation (G4int depth=0) const |
const G4RotationMatrix * | GetRotation (G4int depth=0) const |
G4int | GetReplicaNumber (G4int depth=0) const |
G4int | GetHistoryDepth () const |
G4int | MoveUpHistory (G4int num_levels=1) |
void | UpdateYourself (G4VPhysicalVolume *pPhysVol, const G4NavigationHistory *history=0) |
const G4NavigationHistory * | GetHistory () const |
void * | operator new (size_t) |
void | operator delete (void *aTH) |
Public Member Functions inherited from G4VTouchable | |
G4VTouchable () | |
virtual | ~G4VTouchable () |
G4int | GetCopyNumber (G4int depth=0) const |
Definition at line 51 of file G4TouchableHistory.hh.
G4TouchableHistory::G4TouchableHistory | ( | const G4NavigationHistory & | history) |
G4TouchableHistory::G4TouchableHistory | ( | ) |
G4TouchableHistory::~G4TouchableHistory | ( | ) |
Definition at line 55 of file G4TouchableHistory.cc.
|
inlinevirtual |
|
inlinevirtual |
|
virtual |
Implements G4VTouchable.
Definition at line 79 of file G4TouchableHistory.cc.
Reimplemented from G4VTouchable.
|
virtual |
Implements G4VTouchable.
Definition at line 60 of file G4TouchableHistory.cc.
|
inlinevirtual |
|
inline |
|
virtual |