Geant4 9.6.0
Toolkit for the simulation of the passage of particles through matter
|
#include <G4ITManager.hh>
Public Member Functions | |
const_iterator (G4ITBox *) | |
virtual | ~const_iterator () |
const G4IT * | operator* () |
Public Member Functions inherited from G4VITManager::iterator | |
iterator (G4ITBox *) | |
virtual | ~iterator () |
virtual G4bool | begin () |
virtual G4bool | end () |
iterator & | operator= (const iterator &i) |
iterator & | operator++ (G4int) |
G4IT * | operator* () |
G4ITBox * | GetBox () |
Additional Inherited Members | |
Protected Member Functions inherited from G4VITManager::iterator | |
void | PrintNext () const |
Protected Attributes inherited from G4VITManager::iterator | |
G4IT * | fNextIT |
G4ITBox * | fCurrentBox |
Definition at line 133 of file G4ITManager.hh.
G4VITManager::const_iterator::const_iterator | ( | G4ITBox * | box | ) |
Definition at line 42 of file G4ITManager_const_iterator.cc.
|
inlinevirtual |
Definition at line 137 of file G4ITManager.hh.
Definition at line 47 of file G4ITManager_const_iterator.cc.