Geant4 9.6.0
Toolkit for the simulation of the passage of particles through matter
|
Go to the source code of this file.
Classes | |
class | G4KDTree |
Functions | |
void | InactiveNode (G4KDNode *) |
void | Free (G4KDNode *&) |
void * | GetData (G4KDNode *) |
const double * | GetNodePosition (G4KDNode *) |
void Free | ( | G4KDNode *& | node | ) |
Definition at line 63 of file G4KDNode.cc.
void * GetData | ( | G4KDNode * | node | ) |
Definition at line 45 of file G4KDNode.cc.
Referenced by G4KDTree::__NearestInRange().
Definition at line 50 of file G4KDNode.cc.
void InactiveNode | ( | G4KDNode * | node | ) |
Definition at line 57 of file G4KDNode.cc.
Referenced by G4IT::TakeOutBox().