
15 Aug
2010
15 Aug
'10
9:46 a.m.
Arash Partow wrote:
On 13/08/2010 12:05 AM, Adam Wulkiewicz wrote:
I've allready started to implement kd-tree using Geometry concepts. When it's finished I'll show it to Barend and see what he thinks about it.
Could you please clarify: Does this mean if I just want to use the kd-tree (not necessarily for anything comp-geo related), I'll now have a dependency of boost.geometry?
Yes. Kd-tree will be probably somewhere in boost::geometry namespace and to use it you'll have to use point which has boost::geometry::point interface. If you didn't want to use geometry::point, you could just adapt it.