Boost logo

Boost Users :

Subject: Re: [Boost-users] BGL: How to construct voronoy diagram?
From: Diederick C. Niehorster (dcnieho_at_[hidden])
Date: 2009-12-03 07:17:26


A quick google gets you some answers, see here:
http://www.ddj.com/cpp/184401546, section "BGL Meets Legacy Code".

Best,
Dee

On Thu, Dec 3, 2009 at 6:56 PM, Arman Khalatyan <arm2arm_at_[hidden]> wrote:
> Hi,
> I need to have a voronoy digram over the point data. I would like to visit
> the facets around the given point and  find the occupied volume.
> Let suppose I have a set of 3D points:
> typedef typeP struct{float x[3];};
> std::vector<typeP> Pdata;
>
> How can I generate Voronoy diagram on top of this set?
> Is BGL situable with this job?
>
> thanks
> Arman.
> _______________________________________________
> Boost-users mailing list
> Boost-users_at_[hidden]
> http://lists.boost.org/mailman/listinfo.cgi/boost-users
>


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net