Geant4 9.6.0
Toolkit for the simulation of the passage of particles through matter
Loading...
Searching...
No Matches
G4VITManager::const_iterator Class Reference

#include <G4ITManager.hh>

+ Inheritance diagram for G4VITManager::const_iterator:

Public Member Functions

 const_iterator (G4ITBox *)
 
virtual ~const_iterator ()
 
const G4IToperator* ()
 
- Public Member Functions inherited from G4VITManager::iterator
 iterator (G4ITBox *)
 
virtual ~iterator ()
 
virtual G4bool begin ()
 
virtual G4bool end ()
 
iteratoroperator= (const iterator &i)
 
iteratoroperator++ (G4int)
 
G4IToperator* ()
 
G4ITBoxGetBox ()
 

Additional Inherited Members

- Protected Member Functions inherited from G4VITManager::iterator
void PrintNext () const
 
- Protected Attributes inherited from G4VITManager::iterator
G4ITfNextIT
 
G4ITBoxfCurrentBox
 

Detailed Description

Definition at line 133 of file G4ITManager.hh.

Constructor & Destructor Documentation

◆ const_iterator()

G4VITManager::const_iterator::const_iterator ( G4ITBox box)

Definition at line 42 of file G4ITManager_const_iterator.cc.

◆ ~const_iterator()

virtual G4VITManager::const_iterator::~const_iterator ( )
inlinevirtual

Definition at line 137 of file G4ITManager.hh.

137{;}

Member Function Documentation

◆ operator*()

const G4IT * G4VITManager::const_iterator::operator* ( )

Definition at line 47 of file G4ITManager_const_iterator.cc.

48{
49 return fNextIT;
50}

The documentation for this class was generated from the following files: