CGAL: 2D Constrained Delaunay Triangulation - Adding information to constraints
问题 It is possible to attach informations (like ints) to points before adding them up to the triangulator object. I do this since I need on the one hand an int-flag that I use lateron to define my texture coordinates and on the other hand an index which I use so that I can create a indexed VBO. http://doc.cgal.org/latest/Triangulation_2/Triangulation_2_2info_insert_with_pair_iterator_2_8cpp-example.html But instead of points I only want to insert constraint-edges. If I insert both CGAL returns