Reference documentation for deal.II version 9.0.0
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) constKDTree< dim >
get_points_within_ball(const Point< dim > &target, const double &radius, const bool sorted=false) constKDTree< 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) constKDTree< dim >
set_points(const std::vector< Point< dim > > &pts)KDTree< dim >
size() constKDTree< dim >