Reference documentation for deal.II version 9.0.0
|
This is the complete list of members for KDTree< dim >, including all inherited members.
adaptor | KDTree< 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 > | |
kdtree | KDTree< dim > | private |
KDTree(const unsigned int &max_leaf_size=10, const std::vector< Point< dim > > &pts=std::vector< Point< dim > >()) | KDTree< dim > | |
max_leaf_size | KDTree< dim > | private |
NanoFlannKDTree typedef | KDTree< dim > | |
operator[](const unsigned int i) const | KDTree< dim > | |
set_points(const std::vector< Point< dim > > &pts) | KDTree< dim > | |
size() const | KDTree< dim > |