Geant4 11.3.0
Toolkit for the simulation of the passage of particles through matter
|
#include <list>
#include <vector>
#include <deque>
#include <ostream>
#include "G4Types.hh"
#include "G4Allocator.hh"
#include "G4KDNode.icc"
Go to the source code of this file.
Classes | |
class | G4KDNode_Base |
class | G4KDNode< PointT > |
class | G4KDNodeCopy< PointCopyT > |
Variables | |
template<typename PointT> | |
G4ThreadLocal G4Allocator< G4KDNode< PointT > > * | G4KDNode< PointT >::fgAllocator = nullptr |
template<typename PointT> | |
G4ThreadLocal G4Allocator< G4KDNodeCopy< PointT > > * | G4KDNodeCopy< PointT >::fgAllocator = nullptr |
G4ThreadLocal G4Allocator<G4KDNode<PointT> >* G4KDNode< PointT >::fgAllocator = nullptr |
Definition at line 179 of file G4KDNode.hh.
Referenced by G4KDTree::operator delete(), and G4KDTree::operator new().
G4ThreadLocal G4Allocator<G4KDNodeCopy<PointT> >* G4KDNodeCopy< PointT >::fgAllocator = nullptr |
Definition at line 279 of file G4KDNode.hh.