50class G4NavigationHistoryPool
73 inline std::vector<G4NavigationLevel> *
GetLevels();
78 inline void DeRegister(std::vector<G4NavigationLevel> * pLevels);
95 G4NavigationHistoryPool();
100 inline void Register(std::vector<G4NavigationLevel> * pLevels);
111 std::vector<std::vector<G4NavigationLevel> *> fPool;
112 std::vector<std::vector<G4NavigationLevel> *> fFree;
std::vector< G4NavigationLevel > * GetNewLevels()
static G4NavigationHistoryPool * GetInstance()
void DeRegister(std::vector< G4NavigationLevel > *pLevels)
~G4NavigationHistoryPool()
std::vector< G4NavigationLevel > * GetLevels()