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
Definition at line 24 of file octree.hpp.
00024 {
00025 m_root = new node<OBJECT, CELL> ;
00026 m_root->setParent(NULL) ;
00027 }
Member Function Documentation
const node<OBJECT, CELL>* root |
( |
void |
|
) |
const [inline] |
Definition at line 33 of file octree.hpp.
00033 {
00034 return m_root ;
00035 }
node<OBJECT, CELL>* root |
( |
void |
|
) |
[inline] |
Definition at line 29 of file octree.hpp.
00029 {
00030 return m_root ;
00031 }
The documentation for this class was generated from the following file: