Public Member Functions | |
void | fromStream (std::istream &str) |
bool | isLeaf () const |
void | setNodesInfo (uint32_t l, uint32_t r) |
void | toStream (std::ostream &str) const |
Public Attributes | |
int64_t | _ileft = -1 |
int64_t | _iright = -1 |
uint16_t | col_index |
double | div_val |
float | divhigh |
float | divlow |
std::vector< int > | idx |
Definition at line 219 of file picoflann.h.
void picoflann::KdTreeIndex< DIMS, AAdapter, DistanceType >::Node::fromStream | ( | std::istream & | str | ) |
Definition at line 732 of file picoflann.h.
|
inline |
Definition at line 221 of file picoflann.h.
|
inline |
Definition at line 225 of file picoflann.h.
void picoflann::KdTreeIndex< DIMS, AAdapter, DistanceType >::Node::toStream | ( | std::ostream & | str | ) | const |
Definition at line 718 of file picoflann.h.
int64_t picoflann::KdTreeIndex< DIMS, Adapter, DistanceType >::Node::_ileft = -1 |
Definition at line 234 of file picoflann.h.
int64_t picoflann::KdTreeIndex< DIMS, Adapter, DistanceType >::Node::_iright = -1 |
Definition at line 234 of file picoflann.h.
uint16_t picoflann::KdTreeIndex< DIMS, Adapter, DistanceType >::Node::col_index |
Definition at line 231 of file picoflann.h.
double picoflann::KdTreeIndex< DIMS, Adapter, DistanceType >::Node::div_val |
Definition at line 230 of file picoflann.h.
float picoflann::KdTreeIndex< DIMS, Adapter, DistanceType >::Node::divhigh |
Definition at line 233 of file picoflann.h.
float picoflann::KdTreeIndex< DIMS, Adapter, DistanceType >::Node::divlow |
Definition at line 233 of file picoflann.h.
std::vector<int> picoflann::KdTreeIndex< DIMS, Adapter, DistanceType >::Node::idx |
Definition at line 232 of file picoflann.h.