43class G4NavigationHistoryPool
53 inline std::vector<G4NavigationLevel> *
GetLevels();
57 inline void DeRegister(std::vector<G4NavigationLevel> * pLevels);
71 G4NavigationHistoryPool();
74 inline void Register(std::vector<G4NavigationLevel> * pLevels);
84 std::vector<std::vector<G4NavigationLevel> *> fPool;
85 std::vector<std::vector<G4NavigationLevel> *> fFree;
std::vector< G4NavigationLevel > * GetNewLevels()
static G4NavigationHistoryPool * GetInstance()
void DeRegister(std::vector< G4NavigationLevel > *pLevels)
~G4NavigationHistoryPool()
std::vector< G4NavigationLevel > * GetLevels()