shape_doc 0.1
kdtree_cell< Object, CELL > Struct Template Reference

#include <kdtree_cell.hpp>

List of all members.

Public Types

Public Member Functions

Public Attributes


Detailed Description

template<class Object, class CELL>
struct mmx::shape::kdtree_cell< Object, CELL >

Definition at line 25 of file kdtree_cell.hpp.


Member Typedef Documentation

typedef kdtree<Object*, CELL *> Kdtree

Definition at line 28 of file kdtree_cell.hpp.

typedef node<Object*, CELL *> Node

Definition at line 27 of file kdtree_cell.hpp.


Member Function Documentation

Node* root ( ) [inline]

Definition at line 30 of file kdtree_cell.hpp.

References kdtree_cell< Object, CELL >::m_tree, and kdtree< OBJECT, CELL >::root().

{ return m_tree.root(); }

Member Data Documentation

Seq<CELL *> m_leaves

Definition at line 35 of file kdtree_cell.hpp.

std::map<CELL*,Node*> m_map

Definition at line 36 of file kdtree_cell.hpp.

std::list<Node *> m_nodes

Definition at line 34 of file kdtree_cell.hpp.

Definition at line 33 of file kdtree_cell.hpp.

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


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