Geant4-11
|
#include <G4ITFinder.hh>
Public Member Functions | |
virtual void | Clear () |
G4KDTreeResultHandle | FindNearest (const G4ThreeVector &, int key) |
G4KDTreeResultHandle | FindNearest (const T *, const T *) |
G4KDTreeResultHandle | FindNearest (const T *, int key) |
G4KDTreeResultHandle | FindNearestInRange (const G4ThreeVector &, int key, G4double) |
G4KDTreeResultHandle | FindNearestInRange (const T *point, int key, G4double) |
virtual G4ITType | GetITType () |
virtual G4int | GetVerboseLevel () |
virtual void | Push (G4Track *track) |
virtual void | SetVerboseLevel (G4int level) |
virtual void | UpdatePositionMap () |
virtual | ~G4ITFinder () |
Static Public Member Functions | |
static G4ITFinder * | Instance () |
static void | iUpdatePositionMap () |
Private Types | |
typedef std::map< int, G4KDTree * > | TreeMap |
Private Member Functions | |
G4ITFinder () | |
Private Attributes | |
TreeMap | fTree |
int | fVerbose |
Static Private Attributes | |
static G4ThreadLocal G4ITFinder * | fInstance |
Localize the nearest neighbor For now, G4KDTree is used
Definition at line 77 of file G4ITFinder.hh.
|
private |
Definition at line 82 of file G4ITFinder.hh.
|
private |
|
virtual |
|
virtual |
Implements G4VITFinder.
G4KDTreeResultHandle G4ITFinder< T >::FindNearest | ( | const G4ThreeVector & | , |
int | key | ||
) |
Referenced by G4AllITFinder::FindNearest().
G4KDTreeResultHandle G4ITFinder< T >::FindNearest | ( | const T * | , |
const T * | |||
) |
G4KDTreeResultHandle G4ITFinder< T >::FindNearest | ( | const T * | , |
int | key | ||
) |
G4KDTreeResultHandle G4ITFinder< T >::FindNearestInRange | ( | const G4ThreeVector & | , |
int | key, | ||
G4double | |||
) |
G4KDTreeResultHandle G4ITFinder< T >::FindNearestInRange | ( | const T * | point, |
int | key, | ||
G4double | |||
) |
Referenced by G4AllITFinder::FindNearestInRange(), and G4DNAElectronHoleRecombination::FindReactant().
|
inlinevirtual |
Implements G4VITFinder.
Definition at line 104 of file G4ITFinder.hh.
|
inlinevirtual |
Implements G4VITFinder.
Definition at line 97 of file G4ITFinder.hh.
References G4ITFinder< T >::fVerbose.
|
static |
Referenced by G4DNAIRTMoleculeEncounterStepper::CalculateStep(), G4DNAMoleculeEncounterStepper::CalculateStep(), G4AllITFinder::FindNearest(), G4AllITFinder::FindNearestInRange(), G4DNAElectronHoleRecombination::FindReactant(), G4DNAMolecularReaction::MakeReaction(), G4DNAScavengerProcess::PostStepDoIt(), G4DNAIRTMoleculeEncounterStepper::Prepare(), and G4DNAMoleculeEncounterStepper::Prepare().
|
static |
|
virtual |
Implements G4VITFinder.
Referenced by G4DNAMolecularReaction::MakeReaction(), and G4DNAScavengerProcess::PostStepDoIt().
|
inlinevirtual |
Implements G4VITFinder.
Definition at line 92 of file G4ITFinder.hh.
References G4ITFinder< T >::fVerbose.
|
virtual |
Implements G4VITFinder.
Referenced by G4DNAIRTMoleculeEncounterStepper::Prepare(), and G4DNAMoleculeEncounterStepper::Prepare().
|
staticprivate |
Definition at line 79 of file G4ITFinder.hh.
|
private |
Definition at line 83 of file G4ITFinder.hh.
|
private |
Definition at line 85 of file G4ITFinder.hh.
Referenced by G4ITFinder< T >::GetVerboseLevel(), and G4ITFinder< T >::SetVerboseLevel().