Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] Clarification regarding cgal CT and CDT iterators :

Subject: CGAL users discussion list

List archive

[cgal-discuss] Clarification regarding cgal CT and CDT iterators :


Chronological Thread 
  • From: <>
  • To:
  • Subject: [cgal-discuss] Clarification regarding cgal CT and CDT iterators :
  • Date: Sat, 23 Mar 2013 18:52:50 +0100 (CET)

I have defined Constrained Delaunay Triangulation (CDT) before in my code,
and now due to some reasons I have to use Constrained Triangulations (CT).
However I accidently did not change the iterators type. For example my face
iterator was - typedef CDT::Finite_faces_iterator finite_face_iterator; and I
used it same for CT.
I use it the same for all other iterators and circulators. I did not face any
issues yet , but I just want to make sure that I am not doing something wrong
conceptually ?
--

Thanks
R



Archive powered by MHonArc 2.6.18.

Top of Page