Geant4
10.00.p03
|
G4VITManager is just a virtual interface for G4ITManager. More...
#include <G4ITManager.hh>
Classes | |
class | allbox_iterator |
class | const_iterator |
class | iterator |
Public Member Functions | |
G4VITManager () | |
virtual | ~G4VITManager () |
void | SetVerboseLevel (G4int level) |
G4int | GetVerboseLevel () |
virtual void | UpdatePositionMap ()=0 |
virtual void | CreateTree () |
virtual void | Push (G4Track *)=0 |
G4ITType | GetITType () |
G4ITBox * | GetBox (const G4Track *track) |
virtual G4ITBox * | GetBox (const G4IT *)=0 |
virtual G4ITBox * | GetFirstBox ()=0 |
virtual G4ITBox * | GetNextBox (G4ITBox *)=0 |
virtual G4ITBox * | GetLastBox ()=0 |
Protected Attributes | |
G4ITType | fType |
G4int | fVerbose |
G4VITManager is just a virtual interface for G4ITManager.
For more details, please have a look at the description of ITManager.
Definition at line 55 of file G4ITManager.hh.
G4VITManager::G4VITManager | ( | ) |
Definition at line 37 of file G4ITManager.cc.
References fVerbose.
|
inlinevirtual |
Definition at line 63 of file G4ITManager.hh.
|
inlinevirtual |
Definition at line 75 of file G4ITManager.hh.
Definition at line 83 of file G4ITManager.hh.
References GetIT().
Implemented in G4ITManager< T >.
|
pure virtual |
Implemented in G4ITManager< T >.
Referenced by G4VITManager::allbox_iterator::allbox_iterator().
|
inline |
Definition at line 78 of file G4ITManager.hh.
References fType.
Referenced by G4AllITManager::RegisterManager().
|
pure virtual |
Implemented in G4ITManager< T >.
Implemented in G4ITManager< T >.
|
inline |
Definition at line 69 of file G4ITManager.hh.
References fVerbose.
|
pure virtual |
Implemented in G4ITManager< T >.
|
inline |
Definition at line 65 of file G4ITManager.hh.
|
pure virtual |
Implemented in G4ITManager< T >.
|
protected |
Definition at line 58 of file G4ITManager.hh.
Referenced by GetITType().
|
protected |
Definition at line 59 of file G4ITManager.hh.
Referenced by G4VITManager(), GetVerboseLevel(), G4ITManager< T >::GetVerboseLevel(), and G4ITManager< T >::SetVerboseLevel().