kdtree< CELL > Class Template Reference

#include <kdtree.hpp>

List of all members.

Public Member Functions


Detailed Description

template<class CELL>
class mmx::shape::kdtree< CELL >

Definition at line 22 of file kdtree.hpp.


Constructor & Destructor Documentation

kdtree ( void   )  [inline]

Definition at line 25 of file kdtree.hpp.

00025                  {
00026         m_root = new NODE ;
00027         m_root->set_parent(NULL) ;
00028     } 


Member Function Documentation

const node<CELL>* root ( void   )  const [inline]

Definition at line 34 of file kdtree.hpp.

00034                                   {
00035         return m_root ;
00036     }

node<CELL>* root ( void   )  [inline]

Definition at line 30 of file kdtree.hpp.

Referenced by kdtree_cell< CELL >::root(), mesher3d_algebraic_curve< C, V >::run(), and mesher2d< C, V >::run().

00030                       {
00031         return m_root ;
00032     }


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

Generated on 6 Dec 2012 for shape by  doxygen 1.6.1