Skip to Content.
Sympa Menu

cgal-discuss - How to obtain the index of the point in dD spatial search

Subject: CGAL users discussion list

List archive

How to obtain the index of the point in dD spatial search


Chronological Thread 
  • From: "Jian Sun" <>
  • To:
  • Subject: How to obtain the index of the point in dD spatial search
  • Date: Sat, 10 May 2008 22:27:45 -0700
  • Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type; b=YZ4HX6Zi4gW0qS8xleni/chl/XC0makIhrAUkGpX9MAiYOkOIC+l5BGtnO/GfNpDaHFaZRFc8coHXd7KoGIiB8ZpFD8DRIeVDLOZ9xovfN3/02FbtuEAY2FkDtusZh9jPxgaGG1dOeS25NFAueXh4vWZclXuapM2eDfWdH/aCIE=

Dear all,

I am trying to do k-nearest neighbor search and range search using
dD spatial search. Right now I can only obtain the coordinates of the
nearest points.  Is it possible to add some addition information (for example
its index in my original data structure) into the points?  Thank you.

sunjian



Archive powered by MHonArc 2.6.16.

Top of Page