mirror of https://github.com/CGAL/cgal
replaced Object
This commit is contained in:
parent
178e7a89a5
commit
4a20a898d7
|
|
@ -22,8 +22,8 @@
|
||||||
#define CGAL_ARR_LANDMARKS_NEAREST_NEIGHBOR_H
|
#define CGAL_ARR_LANDMARKS_NEAREST_NEIGHBOR_H
|
||||||
|
|
||||||
/*! \file
|
/*! \file
|
||||||
* Definition of the Arr_landmarks_nearest_neighbor<Arrangement> template.
|
* Definition of the Arr_landmarks_nearest_neighbor<Arrangement> template.
|
||||||
*/
|
*/
|
||||||
#include <CGAL/basic.h>
|
#include <CGAL/basic.h>
|
||||||
#include <CGAL/Search_traits.h>
|
#include <CGAL/Search_traits.h>
|
||||||
#include <CGAL/Orthogonal_k_neighbor_search.h>
|
#include <CGAL/Orthogonal_k_neighbor_search.h>
|
||||||
|
|
@ -36,10 +36,10 @@
|
||||||
namespace CGAL {
|
namespace CGAL {
|
||||||
|
|
||||||
/*! \class
|
/*! \class
|
||||||
* A class that answers nearest neighbor queries.
|
* A class that answers nearest neighbor queries.
|
||||||
* It recieves a set of points, and builds a kd-tree for them.
|
* It recieves a set of points, and builds a kd-tree for them.
|
||||||
* Given a query point, it finds the closest point to the query.
|
* Given a query point, it finds the closest point to the query.
|
||||||
*/
|
*/
|
||||||
template <typename Arrangement_>
|
template <typename Arrangement_>
|
||||||
class Arr_landmarks_nearest_neighbor {
|
class Arr_landmarks_nearest_neighbor {
|
||||||
public:
|
public:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue