#include <k_d_tree.h>
|
| | SortedPoints () |
| | SortedPoints (const std::array< Component, Dim > &point) |
| | Single point.
|
| | SortedPoints (size_t n, const std::array< Component const *, Dim > ptrs) |
| | Sort points.
|
| | SortedPoints (const SortedPoints &a, const SortedPoints &b) |
| | Merge two sets of sorted points.
|
| size_t | size () const |
◆ SortedPoints() [1/4]
template<uint8_t Dim, class Component>
◆ SortedPoints() [2/4]
template<uint8_t Dim, class Component>
◆ SortedPoints() [3/4]
template<uint8_t Dim, class Component>
| k_d_tree::SortedPoints< Dim, Component >::SortedPoints |
( |
size_t | n, |
|
|
const std::array< Component const *, Dim > | ptrs ) |
|
inline |
◆ SortedPoints() [4/4]
template<uint8_t Dim, class Component>
| k_d_tree::SortedPoints< Dim, Component >::SortedPoints |
( |
const SortedPoints< Dim, Component > & | a, |
|
|
const SortedPoints< Dim, Component > & | b ) |
|
inline |
◆ size()
template<uint8_t Dim, class Component>
◆ indices
template<uint8_t Dim, class Component>
◆ points
template<uint8_t Dim, class Component>
The documentation for this class was generated from the following file: