Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] alphashapes edges into file

Subject: CGAL users discussion list

List archive

[cgal-discuss] alphashapes edges into file


Chronological Thread 
  • From: <>
  • To:
  • Subject: [cgal-discuss] alphashapes edges into file
  • Date: Wed, 6 Aug 2008 15:46:05 +0200 (CEST)

Hello,
I have a set of points and use alphashapes to get the boundary of these
points.

as.get_alpha_shape_edges(std::back_inserter(edges),
Alpha_shape_3::SINGULAR);

But how can I write the edges into a file that I can have look on them in
grass
gis for example?


for(it = edges.begin(), it != edges.end(); ++it)
{
cout << *it << endl;
}

does not work.

Does anybody know how to do it??

Thanks

Andi



Archive powered by MHonArc 2.6.16.

Top of Page