Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

NuKDTaskRecord< T, D > Class Template Reference

Helper class for NuKDBox and NuKDTree. More...

List of all members.

Public Member Functions

 NuKDTaskRecord (NuKDBox< T, D > *b, NuKDPt< D > l, NuKDPt< D > h)

Public Attributes

NuKDBox< T, D > * box
NuKDPt< D > lo
NuKDPt< D > hi


Detailed Description

template<class T, unsigned int D>
class NuKDTaskRecord< T, D >

Helper class for NuKDBox and NuKDTree.

Stores a NuKDBox that still needs to be investigated, and the corner definitions it will need

Definition at line 55 of file NuKDTree.cxx.


Constructor & Destructor Documentation

template<class T, unsigned int D>
NuKDTaskRecord< T, D >::NuKDTaskRecord NuKDBox< T, D > *  b,
NuKDPt< D >  l,
NuKDPt< D >  h
[inline]
 

Definition at line 58 of file NuKDTree.cxx.

00059     : box(b), lo(l), hi(h){}


Member Data Documentation

template<class T, unsigned int D>
NuKDBox<T, D>* NuKDTaskRecord< T, D >::box
 

Definition at line 61 of file NuKDTree.cxx.

Referenced by NuKDTree< T, D >::FindNearestPts().

template<class T, unsigned int D>
NuKDPt<D> NuKDTaskRecord< T, D >::hi
 

Definition at line 62 of file NuKDTree.cxx.

Referenced by NuKDTree< T, D >::FindNearestPts().

template<class T, unsigned int D>
NuKDPt<D> NuKDTaskRecord< T, D >::lo
 

Definition at line 62 of file NuKDTree.cxx.

Referenced by NuKDTree< T, D >::FindNearestPts().


The documentation for this class was generated from the following file:
Generated on Mon Feb 15 11:09:53 2010 for loon by  doxygen 1.3.9.1