Boost logo

Boost Users :

Subject: [Boost-users] BGL: How to construct voronoy diagram?
From: Arman Khalatyan (arm2arm_at_[hidden])
Date: 2009-12-03 05:56:48


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 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