Easy3D 2.5.3
KdTreeSearch Member List

This is the complete list of members for KdTreeSearch, including all inherited members.

find_closest_k_points(const vec3 &p, int k, std::vector< int > &neighbors, std::vector< float > &squared_distances) const =0KdTreeSearchpure virtual
find_closest_k_points(const vec3 &p, int k, std::vector< int > &neighbors) const =0KdTreeSearchpure virtual
find_closest_point(const vec3 &p, float &squared_distance) const =0KdTreeSearchpure virtual
find_closest_point(const vec3 &p) const =0KdTreeSearchpure virtual
find_points_in_range(const vec3 &p, float squared_radius, std::vector< int > &neighbors, std::vector< float > &squared_distances) const =0KdTreeSearchpure virtual
find_points_in_range(const vec3 &p, float squared_radius, std::vector< int > &neighbors) const =0KdTreeSearchpure virtual
KdTreeSearch(const PointCloud *cloud)KdTreeSearchexplicit
KdTreeSearch(const std::vector< vec3 > &points)KdTreeSearchexplicit
~KdTreeSearch()=default (defined in KdTreeSearch)KdTreeSearchvirtual