9#include <Eigen/Geometry>
17 template <
typename _DataPo
int>
33 using VectorType =
typename DataPoint::VectorType;
41 using AabbType = Eigen::AlignedBox<Scalar, DataPoint::Dim>;
45 using PointContainer = std::vector<DataPoint>;
46 using IndexContainer = std::vector<IndexType>;
Aggregator class used to declare specialized structures using CRTP.
typename P::Scalar Scalar
Scalar type used for computation, as defined from template parameter P
This Source Code Form is subject to the terms of the Mozilla Public License, v.
The default traits type used by the kd-tree.
Eigen::AlignedBox< Scalar, DataPoint::Dim > AabbType
The type used to calculate node bounding boxes.