Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Insertion in Constrained_Delaunay_triangulation_2

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Insertion in Constrained_Delaunay_triangulation_2


Chronological Thread 
  • From: Andreas Fabri <>
  • To:
  • Subject: Re: [cgal-discuss] Insertion in Constrained_Delaunay_triangulation_2
  • Date: Fri, 28 Oct 2011 22:38:56 +0200
  • Organization: GeometryFactory

On 28/10/2011 22:24, Winnie Hellmann wrote:
The easy answer is that you should only use functions that
are documented
Ok, but actually it is documented ;-)

You are right. The constrained triangulation class should
probably overload functions from base classes that make it
invalid, or derive privately and overload what can safely
be reexposed.



http://www.cgal.org/Manual/latest/doc_html/cgal_manual/Triangulation_2_ref/Class_Triangulation_2.html#Function_Vertex_handle_insert_in_edge6const_Point__p+_Face_handle_f+_int_i9;


... not very well though since out of that documentation I don't get the
difference.



Well, only use modifying functions that are documented
in the ref manual page of the class itself, and no inherited
modifying functions. (Let's hope you don't find a counter
example for this (adhoc) golden rule.

andreas



Archive powered by MHonArc 2.6.16.

Top of Page