shape_doc 0.1
octree< OBJECT, CELL > Class Template Reference

#include <octree.hpp>

List of all members.

Public Member Functions


Detailed Description

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

Definition at line 21 of file octree.hpp.


Constructor & Destructor Documentation

octree ( void  ) [inline]

Definition at line 24 of file octree.hpp.

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

Member Function Documentation

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

Definition at line 29 of file octree.hpp.

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

Definition at line 33 of file octree.hpp.

                                                            {
                        return m_root ;
                }

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