Geant4 11.1.1
Toolkit for the simulation of the passage of particles through matter
|
#include <G4KDNode.hh>
Public Member Functions | |
G4KDNodeCopy (G4KDTree *tree, const PointCopyT &point, G4KDNode_Base *parent) | |
virtual | ~G4KDNodeCopy () |
void * | operator new (std::size_t) |
void | operator delete (void *aNode) |
const PointCopyT & | GetPoint () |
virtual double | operator[] (std::size_t i) const |
virtual void | InactiveNode () |
virtual bool | IsValid () const |
Public Member Functions inherited from G4KDNode_Base | |
G4KDNode_Base (G4KDTree *, G4KDNode_Base *) | |
virtual | ~G4KDNode_Base () |
virtual double | operator[] (std::size_t) const =0 |
virtual void | InactiveNode () |
virtual bool | IsValid () const |
G4KDTree * | GetTree () const |
void | SetTree (G4KDTree *tree) |
G4int | GetDim () const |
G4int | GetAxis () const |
G4KDNode_Base * | GetParent () |
G4KDNode_Base * | GetLeft () |
G4KDNode_Base * | GetRight () |
template<typename Position > | |
G4KDNode_Base * | FindParent (const Position &x0) |
template<typename PointT > | |
G4KDNode_Base * | Insert (PointT *point) |
template<typename PointT > | |
G4KDNode_Base * | Insert (const PointT &point) |
G4int | Insert (G4KDNode_Base *newNode) |
void | PullSubTree () |
void | RetrieveNodeList (std::list< G4KDNode_Base * > &node_list) |
void | Print (std::ostream &out, G4int level=0) const |
Protected Attributes | |
PointCopyT | fPoint |
G4bool | fValid |
Protected Attributes inherited from G4KDNode_Base | |
std::size_t | fAxis |
G4int | fSide |
G4KDTree * | fTree |
G4KDNode_Base * | fLeft |
G4KDNode_Base * | fRight |
G4KDNode_Base * | fParent |
G4KDNode stores one entity in G4KDTree This class is for internal use only
Definition at line 200 of file G4KDNode.hh.
|
inline |
Definition at line 206 of file G4KDNode.hh.
|
inlinevirtual |
Definition at line 215 of file G4KDNode.hh.
|
inline |
Definition at line 228 of file G4KDNode.hh.
|
inlinevirtual |
Reimplemented from G4KDNode_Base.
Definition at line 238 of file G4KDNode.hh.
|
inlinevirtual |
Reimplemented from G4KDNode_Base.
Definition at line 244 of file G4KDNode.hh.
|
inline |
Definition at line 223 of file G4KDNode.hh.
|
inline |
Definition at line 217 of file G4KDNode.hh.
|
inlinevirtual |
Implements G4KDNode_Base.
Definition at line 233 of file G4KDNode.hh.
|
protected |
Definition at line 250 of file G4KDNode.hh.
Referenced by G4KDNodeCopy< PointCopyT >::G4KDNodeCopy(), G4KDNodeCopy< PointCopyT >::GetPoint(), and G4KDNodeCopy< PointCopyT >::operator[]().
|
protected |
Definition at line 251 of file G4KDNode.hh.
Referenced by G4KDNodeCopy< PointCopyT >::G4KDNodeCopy(), G4KDNodeCopy< PointCopyT >::InactiveNode(), and G4KDNodeCopy< PointCopyT >::IsValid().