Main MRPT website > C++ reference
MRPT logo
Public Attributes
nanoflann::KDTreeSingleIndexAdaptor::Node Struct Reference

List of all members.

Public Attributes

union {
   struct {
      int   left
 Indices of points in leaf node.
      int   right
   }   lr
   struct {
      int   divfeat
 Dimension used for subdivision.
      DistanceType   divlow
 The values used for subdivision.
      DistanceType   divhigh
   }   sub
}; 
Nodechild1
 The child nodes.
Nodechild2

Member Data Documentation

union { ... }

Dimension used for subdivision.

Definition at line 619 of file nanoflann.hpp.

Definition at line 623 of file nanoflann.hpp.

The values used for subdivision.

Definition at line 623 of file nanoflann.hpp.

Indices of points in leaf node.

Definition at line 612 of file nanoflann.hpp.

Definition at line 612 of file nanoflann.hpp.




Page generated by Doxygen 1.7.5 for MRPT 0.9.5 SVN: at Thu Oct 13 21:25:36 UTC 2011