Geant4  10.02.p03
G4KDNode.cc File Reference
#include "globals.hh"
#include "G4KDNode.hh"
#include "G4KDTree.hh"
#include <ostream>
Include dependency graph for G4KDNode.cc:

Go to the source code of this file.

Functions

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

Function Documentation

◆ Free()

void Free ( G4KDNode_Base *&  node)

Definition at line 64 of file G4KDNode.cc.

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

◆ InactiveNode()

void InactiveNode ( G4KDNode_Base node)

Definition at line 58 of file G4KDNode.cc.

59 {
60  if(!node) return ;
61  node->InactiveNode() ;
62 }
virtual void InactiveNode()
Definition: G4KDNode.cc:107
Here is the call graph for this function:
Here is the caller graph for this function: