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: Sylvain Pion <>
  • To:
  • Subject: Re: [cgal-discuss] Insertion in Constrained_Delaunay_triangulation_2
  • Date: Fri, 28 Oct 2011 14:58:15 -0700

2011/10/28 Andreas Fabri
<>:
> 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.

What a nice way to say that it should not derive :)

>
>>
>>
>> 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
>
> --
> You are currently subscribed to cgal-discuss.
> To unsubscribe or access the archives, go to
> https://lists-sop.inria.fr/wws/info/cgal-discuss
>
>



--
Sylvain



Archive powered by MHonArc 2.6.16.

Top of Page