Skip to Content.
Sympa Menu

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

Subject: CGAL users discussion list

List archive

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


Chronological Thread 
  • From: "Sebastien Loriot (GeometryFactory)" <>
  • To:
  • Subject: Re: [cgal-discuss] Clarification regarding cgal CT and CDT iterators :
  • Date: Mon, 25 Mar 2013 06:58:39 +0100
  • Organization: GeometryFactory

You should use the one from CT. It is working because the iterator are
taken from CT which is a the base class of CDT.

Sebastien.

On 03/23/2013 06:52 PM,

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