#include <k_d_tree.h>
Public Member Functions | |
| 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 |
Public Attributes | |
| Points< Dim, Component > | points |
| SortedIndices< Dim > | indices |
|
inline |
|
inline |
Single point.
References k_d_tree::SortedPoints< Dim, Component >::points.
|
inline |
Sort points.
References k_d_tree::SortedPoints< Dim, Component >::indices, and k_d_tree::SortedPoints< Dim, Component >::points.
|
inline |
Merge two sets of sorted points.
References k_d_tree::SortedPoints< Dim, Component >::indices, k_d_tree::SortedIndices< Dim >::newUninitialized(), k_d_tree::SortedPoints< Dim, Component >::points, and k_d_tree::SortedPoints< Dim, Component >::size().
Here is the call graph for this function:
|
inline |
References k_d_tree::SortedPoints< Dim, Component >::points.
Referenced by k_d_tree::SortedPoints< Dim, Component >::SortedPoints().
Here is the caller graph for this function:| SortedIndices<Dim> k_d_tree::SortedPoints< Dim, Component >::indices |
| Points<Dim, Component> k_d_tree::SortedPoints< Dim, Component >::points |