Geant4-11
Data Structures | Macros | Typedefs | Functions
G4KDTreeResult.hh File Reference
#include <list>
#include "globals.hh"
#include "G4ReferenceCountedHandle.hh"
#include "G4KDNode.hh"

Go to the source code of this file.

Data Structures

class  G4KDTreeResult
 

Macros

#define KDTR_parent   std::vector<ResNode>
 

Typedefs

typedef G4ReferenceCountedHandle< G4KDTreeResultG4KDTreeResultHandle
 
typedef G4ReferenceCountedHandle< ResNodeResNodeHandle
 

Functions

G4DLLIMPORT G4Allocator< G4KDTreeResult > *& aKDTreeAllocator ()
 

Macro Definition Documentation

◆ KDTR_parent

#define KDTR_parent   std::vector<ResNode>

G4KDTreeResult enables to go through the nearest entities found by G4KDTree.

Definition at line 67 of file G4KDTreeResult.hh.

Typedef Documentation

◆ G4KDTreeResultHandle

Definition at line 59 of file G4KDTreeResult.hh.

◆ ResNodeHandle

Definition at line 60 of file G4KDTreeResult.hh.

Function Documentation

◆ aKDTreeAllocator()

G4DLLIMPORT G4Allocator< G4KDTreeResult > *& aKDTreeAllocator ( )

Definition at line 39 of file G4KDTreeResult.cc.

40{
42 return _instance;
43}
#define G4ThreadLocalStatic
Definition: tls.hh:76

References G4ThreadLocalStatic.

Referenced by G4KDTreeResult::operator delete(), and G4KDTreeResult::operator new().