Geant4  10.02
G4KDNode< PointT > Singleton Reference

G4KDNode stores one entity in G4KDTree This class is for internal use only. More...

#include <G4KDNode.hh>

+ Inheritance diagram for G4KDNode< PointT >:
+ Collaboration diagram for G4KDNode< PointT >:

Public Member Functions

 G4KDNode (G4KDTree *, PointT *, G4KDNode_Base *)
 
virtual ~G4KDNode ()
 
void * operator new (size_t)
 
void operator delete (void *)
 
PointT * GetPoint ()
 
virtual double operator[] (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 ()
 
G4KDTreeGetTree () const
 
void SetTree (G4KDTree *tree)
 
int GetDim () const
 
int GetAxis () const
 
G4KDNode_BaseGetParent ()
 
G4KDNode_BaseGetLeft ()
 
G4KDNode_BaseGetRight ()
 
template<typename Position >
G4KDNode_BaseFindParent (const Position &x0)
 
template<typename PointT >
G4KDNode_BaseInsert (PointT *point)
 
template<typename PointT >
G4KDNode_BaseInsert (const PointT &point)
 
int Insert (G4KDNode_Base *newNode)
 
void PullSubTree ()
 
void RetrieveNodeList (std::list< G4KDNode_Base * > &node_list)
 
void Print (std::ostream &out, int level=0) const
 

Protected Attributes

PointT * fPoint
 
G4bool fValid
 
- Protected Attributes inherited from G4KDNode_Base
size_t fAxis
 
int fSide
 
G4KDTreefTree
 
G4KDNode_BasefLeft
 
G4KDNode_BasefRight
 
G4KDNode_BasefParent
 

Private Member Functions

 G4KDNode (const G4KDNode< PointT > &right)
 
G4KDNodeoperator= (const G4KDNode< PointT > &right)
 

Static Private Attributes

static G4ThreadLocal
G4Allocator< G4KDNode< PointT > > * 
fgAllocator
 

Detailed Description

template<typename PointT>
singleton G4KDNode< PointT >

G4KDNode stores one entity in G4KDTree This class is for internal use only.

Definition at line 132 of file G4KDNode.hh.

Constructor & Destructor Documentation

template<typename PointT>
G4KDNode< PointT >::G4KDNode ( G4KDTree ,
PointT *  ,
G4KDNode_Base  
)
template<typename PointT>
virtual G4KDNode< PointT >::~G4KDNode ( )
virtual
template<typename PointT>
G4KDNode< PointT >::G4KDNode ( const G4KDNode< PointT > &  right)
private

Member Function Documentation

template<typename PointT>
PointT* G4KDNode< PointT >::GetPoint ( )
inline

Definition at line 144 of file G4KDNode.hh.

References G4KDNode< PointT >::fPoint.

Referenced by G4KDTreeResult::GetItem().

+ Here is the caller graph for this function:

template<typename PointT>
virtual void G4KDNode< PointT >::InactiveNode ( )
inlinevirtual

Reimplemented from G4KDNode_Base.

Definition at line 155 of file G4KDNode.hh.

References G4KDNode< PointT >::fValid, and G4KDNode_Base::InactiveNode().

+ Here is the call graph for this function:

template<typename PointT>
virtual bool G4KDNode< PointT >::IsValid ( void  ) const
inlinevirtual

Reimplemented from G4KDNode_Base.

Definition at line 161 of file G4KDNode.hh.

References G4KDNode< PointT >::fValid.

template<typename PointT >
void G4KDNode< PointT >::operator delete ( void *  aNode)

Definition at line 189 of file G4KDNode.hh.

template<typename PointT >
void * G4KDNode< PointT >::operator new ( size_t  )

Definition at line 182 of file G4KDNode.hh.

References G4Allocator< Type >::MallocSingle().

+ Here is the call graph for this function:

template<typename PointT>
G4KDNode& G4KDNode< PointT >::operator= ( const G4KDNode< PointT > &  right)
private
template<typename PointT>
virtual double G4KDNode< PointT >::operator[] ( size_t  i) const
inlinevirtual

Implements G4KDNode_Base.

Definition at line 149 of file G4KDNode.hh.

References G4KDNode< PointT >::fPoint.

Member Data Documentation

template<typename PointT>
G4ThreadLocal G4Allocator< G4KDNode< PointT > > * G4KDNode< PointT >::fgAllocator
staticprivate
Initial value:
=
0

Definition at line 174 of file G4KDNode.hh.

template<typename PointT>
PointT* G4KDNode< PointT >::fPoint
protected

Definition at line 167 of file G4KDNode.hh.

Referenced by G4KDNode< PointT >::GetPoint(), and G4KDNode< PointT >::operator[]().

template<typename PointT>
G4bool G4KDNode< PointT >::fValid
protected

Definition at line 168 of file G4KDNode.hh.

Referenced by G4KDNode< PointT >::InactiveNode(), and G4KDNode< PointT >::IsValid().


The documentation for this singleton was generated from the following file: