Boost logo

Boost :

Subject: Re: [boost] new library (space partitioning)
From: Adam Wulkiewicz (adam.wulkiewicz_at_[hidden])
Date: 2010-08-15 05:46:13


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.


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk