Image Component Library (ICL)
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Member Functions | Public Attributes
icl::math::KDTree::Node Struct Reference

Keeps data of node. More...

List of all members.

Public Member Functions

 Node ()
 Constructor.
 ~Node ()
 Destructor.

Public Attributes

Nodeleft
 left node
Noderight
 right node
DynMatrix< icl64f > * point
 point in leafnode, else null
double median
 median of dimension

Detailed Description

Keeps data of node.


Constructor & Destructor Documentation

Constructor.

Destructor.


Member Data Documentation

left node

median of dimension

point in leafnode, else null

right node


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines