Bound() const | Octree< MetricType, StatisticType, MatType > | inline |
Bound() | Octree< MetricType, StatisticType, MatType > | inline |
Center(arma::vec ¢er) const | Octree< MetricType, StatisticType, MatType > | inline |
Child(const size_t child) const | Octree< MetricType, StatisticType, MatType > | inline |
Child(const size_t child) | Octree< MetricType, StatisticType, MatType > | inline |
ChildPtr(const size_t child) | Octree< MetricType, StatisticType, MatType > | inline |
Dataset() const | Octree< MetricType, StatisticType, MatType > | inline |
Descendant(const size_t index) const | Octree< MetricType, StatisticType, MatType > | |
ElemType typedef | Octree< MetricType, StatisticType, MatType > | |
FurthestDescendantDistance() const | Octree< MetricType, StatisticType, MatType > | |
FurthestPointDistance() const | Octree< MetricType, StatisticType, MatType > | |
GetFurthestChild(const VecType &point, typename std::enable_if_t< IsVector< VecType >::value > *=0) const | Octree< MetricType, StatisticType, MatType > | |
GetFurthestChild(const Octree &queryNode) const | Octree< MetricType, StatisticType, MatType > | |
GetNearestChild(const VecType &point, typename std::enable_if_t< IsVector< VecType >::value > *=0) const | Octree< MetricType, StatisticType, MatType > | |
GetNearestChild(const Octree &queryNode) const | Octree< MetricType, StatisticType, MatType > | |
IsLeaf() const | Octree< MetricType, StatisticType, MatType > | inline |
Mat typedef | Octree< MetricType, StatisticType, MatType > | |
MaxDistance(const Octree &other) const | Octree< MetricType, StatisticType, MatType > | |
MaxDistance(const VecType &point, typename std::enable_if_t< IsVector< VecType >::value > *=0) const | Octree< MetricType, StatisticType, MatType > | |
Metric() const | Octree< MetricType, StatisticType, MatType > | inline |
MinDistance(const Octree &other) const | Octree< MetricType, StatisticType, MatType > | |
MinDistance(const VecType &point, typename std::enable_if_t< IsVector< VecType >::value > *=0) const | Octree< MetricType, StatisticType, MatType > | |
MinimumBoundDistance() const | Octree< MetricType, StatisticType, MatType > | |
NumChildren() const | Octree< MetricType, StatisticType, MatType > | |
NumDescendants() const | Octree< MetricType, StatisticType, MatType > | |
NumPoints() const | Octree< MetricType, StatisticType, MatType > | |
Octree(const MatType &data, const size_t maxLeafSize=20) | Octree< MetricType, StatisticType, MatType > | |
Octree(const MatType &data, std::vector< size_t > &oldFromNew, const size_t maxLeafSize=20) | Octree< MetricType, StatisticType, MatType > | |
Octree(const MatType &data, std::vector< size_t > &oldFromNew, std::vector< size_t > &newFromOld, const size_t maxLeafSize=20) | Octree< MetricType, StatisticType, MatType > | |
Octree(MatType &&data, const size_t maxLeafSize=20) | Octree< MetricType, StatisticType, MatType > | |
Octree(MatType &&data, std::vector< size_t > &oldFromNew, const size_t maxLeafSize=20) | Octree< MetricType, StatisticType, MatType > | |
Octree(MatType &&data, std::vector< size_t > &oldFromNew, std::vector< size_t > &newFromOld, const size_t maxLeafSize=20) | Octree< MetricType, StatisticType, MatType > | |
Octree(Octree *parent, const size_t begin, const size_t count, const arma::vec ¢er, const double width, const size_t maxLeafSize=20) | Octree< MetricType, StatisticType, MatType > | |
Octree(Octree *parent, const size_t begin, const size_t count, std::vector< size_t > &oldFromNew, const arma::vec ¢er, const double width, const size_t maxLeafSize=20) | Octree< MetricType, StatisticType, MatType > | |
Octree(const Octree &other) | Octree< MetricType, StatisticType, MatType > | |
Octree(Octree &&other) | Octree< MetricType, StatisticType, MatType > | |
Octree(Archive &ar, const typename std::enable_if_t< cereal::is_loading< Archive >()> *=0) | Octree< MetricType, StatisticType, MatType > | |
Octree() | Octree< MetricType, StatisticType, MatType > | protected |
operator=(const Octree &other) | Octree< MetricType, StatisticType, MatType > | |
operator=(Octree &&other) | Octree< MetricType, StatisticType, MatType > | |
Parent() const | Octree< MetricType, StatisticType, MatType > | inline |
Parent() | Octree< MetricType, StatisticType, MatType > | inline |
ParentDistance() const | Octree< MetricType, StatisticType, MatType > | inline |
ParentDistance() | Octree< MetricType, StatisticType, MatType > | inline |
Point(const size_t index) const | Octree< MetricType, StatisticType, MatType > | |
RangeDistance(const Octree &other) const | Octree< MetricType, StatisticType, MatType > | |
RangeDistance(const VecType &point, typename std::enable_if_t< IsVector< VecType >::value > *=0) const | Octree< MetricType, StatisticType, MatType > | |
serialize(Archive &ar, const uint32_t) | Octree< MetricType, StatisticType, MatType > | |
Stat() const | Octree< MetricType, StatisticType, MatType > | inline |
Stat() | Octree< MetricType, StatisticType, MatType > | inline |
~Octree() | Octree< MetricType, StatisticType, MatType > | |