#include <CGAL/Frechet_distance/Neighbor_search.h>
template<class PointRange, class Traits>
class CGAL::Frechet_distance::Neighbor_search< PointRange, Traits >
A data structure to store polylines with a function that enables to find those polylines which are closer than a distance bound to a query polyline.
- Template Parameters
-
- Examples
- Frechet_distance/Frechet_DS_2.cpp, Frechet_distance/Frechet_DS_3.cpp, Frechet_distance/Frechet_DS_d.cpp, and Frechet_distance/parallel_Frechet_DS_2.cpp.
|
using | Point = Traits::Point_d |
|
|
template<typename PolylineRange > |
| Neighbor_search (const PolylineRange &polylines) |
| constructs a neighbor search data structure for polylines
|
|
template<typename PolylineRange , typename ConcurrencyTag > |
| Neighbor_search (const PolylineRange &polylines, ConcurrencyTag) |
| constructs a neighbor search data structure for polylines
|
|
std::vector< std::size_t > | get_close_curves (const PointRange &query, double distance) |
| returns the indices of the inserted polylines that are closer than distance to the polyline query .
|
|
◆ Neighbor_search() [1/2]
template<class PointRange , class Traits >
template<typename PolylineRange >
constructs a neighbor search data structure for polylines
- Template Parameters
-
◆ Neighbor_search() [2/2]
template<class PointRange , class Traits >
template<typename PolylineRange , typename ConcurrencyTag >
constructs a neighbor search data structure for polylines
- Template Parameters
-