Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] NN, change the splitting rule of the tree

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] NN, change the splitting rule of the tree


Chronological Thread 
  • From: Samaras <>
  • To:
  • Subject: Re: [cgal-discuss] NN, change the splitting rule of the tree
  • Date: Wed, 20 Nov 2013 07:28:09 -0800 (PST)

oops, I think I replied to Philipp by a personal email. Sorry about that.

Thanks Phillip, but I had tried this earlier too and it didn't compile.


>typedef CGAL::K_neighbor_search<TreeTraits, Distance, SplitRule>
Neighbor_search;

Here is the error
/home/samaras/code/dD_spatial_drarch_NN/main.cpp:90:46: error: no matching
function for call to ‘CGAL::K_neighbor_search<CGAL::Cartesian_d&lt;double>,
CGAL::Manhattan_distance_iso_box_point<CGAL::Cartesian_d&lt;double> >,
CGAL::Midpoint_of_max_spread<CGAL::Cartesian_d&lt;double> >
>::K_neighbor_search(Tree&, CGAL::Point_d<CGAL::Cartesian_d&lt;double> >&,
const unsigned int&, double, bool)’



--
View this message in context:
http://cgal-discuss.949826.n4.nabble.com/NN-change-the-splitting-rule-of-the-tree-tp4658440p4658442.html
Sent from the cgal-discuss mailing list archive at Nabble.com.



Archive powered by MHonArc 2.6.18.

Top of Page