Geant4_10
|
#include <G4NavigationHistory.hh>
Public Member Functions | |
G4NavigationHistory () | |
~G4NavigationHistory () | |
G4NavigationHistory (const G4NavigationHistory &h) | |
G4NavigationHistory & | operator= (const G4NavigationHistory &h) |
void | Reset () |
void | Clear () |
void | SetFirstEntry (G4VPhysicalVolume *pVol) |
const G4AffineTransform & | GetTopTransform () const |
const G4AffineTransform * | GetPtrTopTransform () const |
G4int | GetTopReplicaNo () const |
EVolume | GetTopVolumeType () const |
G4VPhysicalVolume * | GetTopVolume () const |
G4int | GetDepth () const |
G4int | GetMaxDepth () const |
const G4AffineTransform & | GetTransform (G4int n) const |
G4int | GetReplicaNo (G4int n) const |
EVolume | GetVolumeType (G4int n) const |
G4VPhysicalVolume * | GetVolume (G4int n) const |
void | NewLevel (G4VPhysicalVolume *pNewMother, EVolume vType=kNormal, G4int nReplica=-1) |
void | BackLevel () |
void | BackLevel (G4int n) |
Friends | |
std::ostream & | operator<< (std::ostream &os, const G4NavigationHistory &h) |
Definition at line 58 of file G4NavigationHistory.hh.
G4NavigationHistory::G4NavigationHistory | ( | ) |
G4NavigationHistory::~G4NavigationHistory | ( | ) |
Definition at line 59 of file G4NavigationHistory.cc.
G4NavigationHistory::G4NavigationHistory | ( | const G4NavigationHistory & | h | ) |
Definition at line 54 of file G4NavigationHistory.cc.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
G4NavigationHistory& G4NavigationHistory::operator= | ( | const G4NavigationHistory & | h | ) |
|
inline |
|
inline |
|
friend |
Definition at line 64 of file G4NavigationHistory.cc.