#include <KDTreeLinkerToolsT.h>
Public Member Functions | |
KDTreeNodeInfoT () | |
template<typename... Ts> | |
KDTreeNodeInfoT (const DATA &d, Ts...dimargs) | |
template<typename... Ts> | |
bool | operator> (const KDTreeNodeInfoT &rhs) const |
Public Attributes | |
DATA | data |
std::array< float, DIM > | dims |
Definition at line 37 of file KDTreeLinkerToolsT.h.
|
inline |
Definition at line 43 of file KDTreeLinkerToolsT.h.
|
inline |
Definition at line 47 of file KDTreeLinkerToolsT.h.
|
inline |
DATA KDTreeNodeInfoT< DATA, DIM >::data |
Definition at line 39 of file KDTreeLinkerToolsT.h.
Referenced by data_sources.node::__str__(), data_sources.json_list::as_dicts(), data_sources.json_list::as_table(), data_sources.json_list::get_members(), data_sources.json_list::last(), KDTreeNodeInfoT< DATA, DIM >::operator>(), and cuy.FindIssue::startElement().
std::array<float,DIM> KDTreeNodeInfoT< DATA, DIM >::dims |
Definition at line 40 of file KDTreeLinkerToolsT.h.
Referenced by KDTreeLinkerAlgo< DATA, DIM >::medianSearch().