shape_doc 0.1
kdtree< OBJECT, CELL > Class Template Reference

#include <kdtree.hpp>

List of all members.

Public Member Functions


Detailed Description

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

Definition at line 21 of file kdtree.hpp.


Constructor & Destructor Documentation

kdtree ( void  ) [inline]

Definition at line 24 of file kdtree.hpp.

                 {
        m_root = new node<OBJECT, CELL> ;
        m_root->set_parent(NULL) ;
    } 

Member Function Documentation

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

Definition at line 29 of file kdtree.hpp.

Referenced by kdtree_cell< Object, CELL >::root().

                                    { 
                        return m_root ;
    }
const node<OBJECT, CELL>* root ( void  ) const [inline]

Definition at line 33 of file kdtree.hpp.

                                                            {
                        return m_root ;
                }

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