Geant4
10.01
|
Localize the nearest neighbor For now, G4KDTree is used. More...
#include <G4AllITFinder.hh>
Public Member Functions | |
virtual | ~G4ITFinder () |
virtual void | Clear () |
virtual void | SetVerboseLevel (G4int level) |
virtual G4int | GetVerboseLevel () |
virtual void | Push (G4Track *track) |
virtual G4ITType | GetITType () |
virtual void | UpdatePositionMap () |
G4KDTreeResultHandle | FindNearestInRange (const T *point, const T *key, G4double) |
G4KDTreeResultHandle | FindNearest (const G4ThreeVector &, const T *) |
G4KDTreeResultHandle | FindNearest (const T *, const T *) |
G4KDTreeResultHandle | FindNearestInRange (const G4ThreeVector &, const T *, G4double) |
Public Member Functions inherited from G4VITFinder | |
G4VITFinder () | |
virtual | ~G4VITFinder () |
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 63 of file G4AllITFinder.hh.
|
private |
Definition at line 83 of file G4ITFinder.hh.
|
private |
|
virtual |
|
virtual |
Implements G4VITFinder.
G4KDTreeResultHandle G4ITFinder< T >::FindNearest | ( | const G4ThreeVector & | , |
const T * | |||
) |
G4KDTreeResultHandle G4ITFinder< T >::FindNearest | ( | const T * | , |
const T * | |||
) |
G4KDTreeResultHandle G4ITFinder< T >::FindNearestInRange | ( | const T * | point, |
const T * | key, | ||
G4double | |||
) |
G4KDTreeResultHandle G4ITFinder< T >::FindNearestInRange | ( | const G4ThreeVector & | , |
const T * | , | ||
G4double | |||
) |
|
inlinevirtual |
Implements G4VITFinder.
Definition at line 105 of file G4ITFinder.hh.
|
inlinevirtual |
Implements G4VITFinder.
Definition at line 98 of file G4ITFinder.hh.
References G4ITFinder< T >::fVerbose.
|
static |
Referenced by G4DNAMoleculeEncounterStepper::CalculateStep(), G4AllITFinder::FindNearest(), G4AllITFinder::FindNearestInRange(), G4DNAMolecularReaction::MakeReaction(), and G4DNAMoleculeEncounterStepper::Prepare().
|
static |
|
virtual |
Implements G4VITFinder.
Referenced by G4DNAMolecularReaction::MakeReaction().
|
inlinevirtual |
Implements G4VITFinder.
Definition at line 93 of file G4ITFinder.hh.
|
virtual |
Implements G4VITFinder.
Referenced by G4DNAMoleculeEncounterStepper::Prepare().
|
staticprivate |
Definition at line 80 of file G4ITFinder.hh.
|
private |
Definition at line 84 of file G4ITFinder.hh.
|
private |
Definition at line 86 of file G4ITFinder.hh.
Referenced by G4ITFinder< T >::GetVerboseLevel().