#include <G4NavigationHistory.hh>
Definition at line 56 of file G4NavigationHistory.hh.
| G4NavigationHistory::G4NavigationHistory | ( | ) |
Definition at line 40 of file G4NavigationHistory.cc.
References Clear().
Here is the call graph for this function:

| G4NavigationHistory::~G4NavigationHistory | ( | ) |
Definition at line 51 of file G4NavigationHistory.cc.
References Reset().
Here is the call graph for this function:

| G4NavigationHistory::G4NavigationHistory | ( | const G4NavigationHistory & | h | ) |
Definition at line 46 of file G4NavigationHistory.cc.
| void G4NavigationHistory::BackLevel | ( | G4int | n | ) | [inline] |
| void G4NavigationHistory::BackLevel | ( | ) | [inline] |
| void G4NavigationHistory::Clear | ( | ) | [inline] |
Referenced by G4NavigationHistory().
| void G4NavigationHistory::EnlargeHistory | ( | ) | [inline, private] |
| G4int G4NavigationHistory::GetDepth | ( | ) | const [inline] |
| G4int G4NavigationHistory::GetMaxDepth | ( | ) | const [inline] |
| const G4AffineTransform* G4NavigationHistory::GetPtrTopTransform | ( | ) | const [inline] |
| G4int G4NavigationHistory::GetTopReplicaNo | ( | ) | const [inline] |
| const G4AffineTransform& G4NavigationHistory::GetTopTransform | ( | ) | const [inline] |
| G4VPhysicalVolume* G4NavigationHistory::GetTopVolume | ( | ) | const [inline] |
Referenced by G4VoxelNavigation::ComputeSafety(), G4ReplicaNavigation::ComputeSafety(), G4ParameterisedNavigation::ComputeSafety(), G4NormalNavigation::ComputeSafety(), G4Navigator::ComputeSafety(), G4VoxelNavigation::ComputeStep(), G4ReplicaNavigation::ComputeStep(), G4RegularNavigation::ComputeStep(), G4ParameterisedNavigation::ComputeStep(), G4NormalNavigation::ComputeStep(), G4Navigator::ComputeStep(), G4Navigator::GetLocalExitNormal(), G4RegularNavigation::LevelLocate(), G4ParameterisedNavigation::LevelLocate(), G4Navigator::LocateGlobalPointAndSetup(), and G4Navigator::LocateGlobalPointWithinVolume().
| EVolume G4NavigationHistory::GetTopVolumeType | ( | ) | const [inline] |
| const G4AffineTransform& G4NavigationHistory::GetTransform | ( | G4int | n | ) | const [inline] |
| G4VPhysicalVolume* G4NavigationHistory::GetVolume | ( | G4int | n | ) | const [inline] |
| void G4NavigationHistory::NewLevel | ( | G4VPhysicalVolume * | pNewMother, | |
| EVolume | vType = kNormal, |
|||
| G4int | nReplica = -1 | |||
| ) | [inline] |
| G4NavigationHistory& G4NavigationHistory::operator= | ( | const G4NavigationHistory & | h | ) |
| void G4NavigationHistory::Reset | ( | ) | [inline] |
Referenced by ~G4NavigationHistory().
| void G4NavigationHistory::SetFirstEntry | ( | G4VPhysicalVolume * | pVol | ) | [inline] |
| std::ostream& operator<< | ( | std::ostream & | os, | |
| const G4NavigationHistory & | h | |||
| ) | [friend] |
Definition at line 57 of file G4NavigationHistory.cc.
std::vector<G4NavigationLevel> G4NavigationHistory::fNavHistory [private] |
Definition at line 143 of file G4NavigationHistory.hh.
G4int G4NavigationHistory::fStackDepth [private] |
Definition at line 145 of file G4NavigationHistory.hh.
1.4.7