MP5
Photomosaic
 All Classes Namespaces Files Functions Variables Pages
KDTree< Dim >::KDTreeNode Struct Reference

Internal structure for a node of KDTree. More...

Collaboration diagram for KDTree< Dim >::KDTreeNode:
[legend]

Public Member Functions

 KDTreeNode (const Point< Dim > &point)
 

Public Attributes

Point< Dim > point
 
KDTreeNodeleft
 
KDTreeNoderight
 

Detailed Description

template<int Dim>
struct KDTree< Dim >::KDTreeNode

Internal structure for a node of KDTree.

Contains left, right children pointers and a K-dimensional point


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