Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] Vertice flexibility in segment Delaunay 2d

Subject: CGAL users discussion list

List archive

[cgal-discuss] Vertice flexibility in segment Delaunay 2d


Chronological Thread 
  • From: annie <>
  • To:
  • Subject: [cgal-discuss] Vertice flexibility in segment Delaunay 2d
  • Date: Tue, 19 Oct 2010 04:08:55 -0700 (PDT)


Hello,

I'm trying to get geometric coordinates of vertices of segment Delaunay
graph.
How to plug in the proper class for vertices there?

There is a class TriangulationDataStructure_2::Vertex with a member point(),
which is used in point Delaunay graph. With segment,
Segment_Delaunay_graph_vertex_base_2 class doesn't have one. There is also
some rebind mechanism there. Is it possible to use class with point() for
vertices in segment Delaunay graph? Of course I wish this method would
return proper coordinates.

I would be very grateful for any help as I'm trying hard to get vertices
from a while...

annie
--
View this message in context:
http://cgal-discuss.949826.n4.nabble.com/Vertice-flexibility-in-segment-Delaunay-2d-tp3001918p3001918.html
Sent from the cgal-discuss mailing list archive at Nabble.com.



Archive powered by MHonArc 2.6.16.

Top of Page