Reference documentation for deal.II version 9.1.0-pre
KDTree< dim > Member List

This is the complete list of members for KDTree< dim >, including all inherited members.

adaptorKDTree< dim >private
get_closest_points(const Point< dim > &target, const unsigned int n_points) const KDTree< dim >
get_points_within_ball(const Point< dim > &target, const double &radius, const bool sorted=false) const KDTree< dim >
kdtreeKDTree< dim >private
KDTree(const unsigned int max_leaf_size=10, const std::vector< Point< dim >> &pts=std::vector< Point< dim >>())KDTree< dim >
max_leaf_sizeKDTree< dim >private
NanoFlannKDTree typedefKDTree< dim >
operator[](const unsigned int i) const KDTree< dim >
set_points(const std::vector< Point< dim >> &pts)KDTree< dim >
size() const KDTree< dim >