Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] Vertex Deletion in Delaunay Error

Subject: CGAL users discussion list

List archive

[cgal-discuss] Vertex Deletion in Delaunay Error


Chronological Thread 
  • From: <>
  • To:
  • Subject: [cgal-discuss] Vertex Deletion in Delaunay Error
  • Date: Wed, 14 Oct 2009 11:41:39 +0200 (CEST)

Hi,
I need to delete vertices from my Delaunay Triangulation. There is a function
remove() that asks for the handle to the vertex as the parameter.
I pass to it a parameter which is a pointer to the vertex (instance of
Adaptation Traits::Site_2). Instead of deleting, it gives me an error.

CGAL error: assertion violation!
Expr: n == NULL
File: /usr/include/CGAL/Compact_container.h
Line: 681
Explanation:
terminate called after throwing an instance of 'CGAL::Assertion_exception'
what(): CGAL ERROR: assertion violation!
Expr: n == NULL
File: /usr/include/CGAL/Compact_container.h
Line: 681
Aborted

Help!!

Thanks in advance.


  • [cgal-discuss] Vertex Deletion in Delaunay Error, nav17kapur, 10/14/2009

Archive powered by MHonArc 2.6.16.

Top of Page