Home
last modified time | relevance | path

Searched refs:cell_distances (Results 1 – 1 of 1) sorted by relevance

/dports/misc/vxl/vxl-3.3.2/contrib/rpl/rgtl/
H A Drgtl_octree_objects.hxx342 void cell_distances(cell_location_type const& cell, double const x[D],
344 void cell_distances(bounds_type const& cell_bounds, double const x[D],
480 ::cell_distances(cell_location_type const& cell, double const x[D], in cell_distances() function in rgtl_octree_objects_internal
488 this->cell_distances(cell_bounds, x, nearest_squared, farthest_squared); in cell_distances()
495 ::cell_distances(bounds_type const& cell_bounds, double const x[D], in cell_distances() function in rgtl_octree_objects_internal
633 this->cell_distances(this->bounds_, p, nearest_squared, farthest_squared); in query_closest()
1426 this->cell_distances(cell, p, nearest_squared, farthest_squared); in query_sphere()