Public Member Functions | |
| Node () | |
| ~Node () | |
Public Attributes | |
| Node * | child1 |
| Node * | child2 |
| int | divfeat |
| DistanceType | divval |
| ElementType * | point |
Private Member Functions | |
| template<typename Archive > | |
| void | serialize (Archive &ar) |
Friends | |
| struct | serialization::access |
Definition at line 288 of file kdtree_index.h.
| rtflann::KDTreeIndex< Distance >::Node::Node | ( | ) | [inline] |
Definition at line 306 of file kdtree_index.h.
| rtflann::KDTreeIndex< Distance >::Node::~Node | ( | ) | [inline] |
Definition at line 310 of file kdtree_index.h.
| void rtflann::KDTreeIndex< Distance >::Node::serialize | ( | Archive & | ar | ) | [inline, private] |
Definition at line 318 of file kdtree_index.h.
friend struct serialization::access [friend] |
Definition at line 347 of file kdtree_index.h.
| Node* rtflann::KDTreeIndex< Distance >::Node::child1 |
The child nodes.
Definition at line 305 of file kdtree_index.h.
| Node * rtflann::KDTreeIndex< Distance >::Node::child2 |
Definition at line 305 of file kdtree_index.h.
| int rtflann::KDTreeIndex< Distance >::Node::divfeat |
Dimension used for subdivision.
Definition at line 293 of file kdtree_index.h.
| DistanceType rtflann::KDTreeIndex< Distance >::Node::divval |
The values used for subdivision.
Definition at line 297 of file kdtree_index.h.
| ElementType* rtflann::KDTreeIndex< Distance >::Node::point |
Point data
Definition at line 301 of file kdtree_index.h.