Geant4  10.02.p03
G4KDTree.hh File Reference
#include <vector>
#include "G4KDNode.hh"
#include "G4KDTreeResult.hh"
#include "G4KDTree.icc"
Include dependency graph for G4KDTree.hh:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  G4KDNode< PointT >
 
class  G4KDTree
 
class  G4KDTree::HyperRect
 

Functions

void InactiveNode (G4KDNode_Base *)
 
void Free (G4KDNode_Base *&)
 

Function Documentation

◆ Free()

void Free ( G4KDNode_Base *&  )

Definition at line 64 of file G4KDNode.cc.

65 {
66  if(node)
67  delete node ;
68  node = 0;
69 }

◆ InactiveNode()

void InactiveNode ( G4KDNode_Base )

Definition at line 58 of file G4KDNode.cc.

59 {
60  if(!node) return ;
61  node->InactiveNode() ;
62 }
Here is the call graph for this function:
Here is the caller graph for this function: