Geant4 11.2.2
Toolkit for the simulation of the passage of particles through matter
Loading...
Searching...
No Matches
G4KDTreeResult.hh File Reference
#include <list>
#include "globals.hh"
#include "G4ReferenceCountedHandle.hh"
#include "G4KDNode.hh"

Go to the source code of this file.

Classes

class  G4KDTreeResult
 

Macros

#define KDTR_parent   std::vector<ResNode>
 

Typedefs

using G4KDTreeResultHandle = G4ReferenceCountedHandle<G4KDTreeResult>
 
using ResNodeHandle = G4ReferenceCountedHandle<ResNode>
 

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

◆ ResNodeHandle

Definition at line 60 of file G4KDTreeResult.hh.

Function Documentation

◆ aKDTreeAllocator()

G4DLLIMPORT G4Allocator< G4KDTreeResult > *& aKDTreeAllocator ( )
extern

Definition at line 39 of file G4KDTreeResult.cc.

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

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