Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] How to make a point query using "K_neighbor_search" Library

Subject: CGAL users discussion list

List archive

[cgal-discuss] How to make a point query using "K_neighbor_search" Library


Chronological Thread 
  • From: soccertack <>
  • To:
  • Subject: [cgal-discuss] How to make a point query using "K_neighbor_search" Library
  • Date: Tue, 1 Jul 2014 14:50:25 -0700 (PDT)

Hi,

I looked at a example of point query using "Orthogonal_k_neighbor_search"
here.
http://doc.cgal.org/latest/Spatial_searching/index.html
Example 3.1

However, I wonder how I can do it using "K_neighbor_search".
The example only shows a rectangle query case.
http://doc.cgal.org/latest/Spatial_searching/index.html
Example 3.3

When I give a point(Point_d) as a second parameter just like Orthogonal
example, it gives an error.
"error: no matching function for call to ..."

Thanks.



--
View this message in context:
http://cgal-discuss.949826.n4.nabble.com/How-to-make-a-point-query-using-K-neighbor-search-Library-tp4659502.html
Sent from the cgal-discuss mailing list archive at Nabble.com.



Archive powered by MHonArc 2.6.18.

Top of Page