Geant4
10.00.p03
|
#include <G4FastSimulationVector.hh>
Public Member Functions | |
G4FastSimulationVector () | |
virtual | ~G4FastSimulationVector () |
T * | remove (const T *) |
T * | removeAt (G4int) |
void | clearAndDestroy () |
Private Types | |
typedef std::vector< T * > | std_pvector |
typedef std_pvector::iterator | iterator |
typedef std_pvector::const_iterator | const_iterator |
Definition at line 49 of file G4FastSimulationVector.hh.
|
private |
Definition at line 53 of file G4FastSimulationVector.hh.
|
private |
Definition at line 52 of file G4FastSimulationVector.hh.
|
private |
Definition at line 51 of file G4FastSimulationVector.hh.
|
inline |
Definition at line 57 of file G4FastSimulationVector.hh.
|
inlinevirtual |
Definition at line 60 of file G4FastSimulationVector.hh.
void G4FastSimulationVector< T >::clearAndDestroy | ( | ) |
T* G4FastSimulationVector< T >::remove | ( | const T * | ) |
Referenced by G4GlobalFastSimulationManager::RemoveFastSimulationManager(), G4FastSimulationManager::RemoveFastSimulationModel(), and G4GlobalFastSimulationManager::RemoveFSMP().
T* G4FastSimulationVector< T >::removeAt | ( | G4int | ) |
Referenced by G4FastSimulationManager::ActivateFastSimulationModel(), and G4FastSimulationManager::InActivateFastSimulationModel().