Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Does CGAL_triangulation_postcondition() throw an exception?

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Does CGAL_triangulation_postcondition() throw an exception?


Chronological Thread 
  • From: Monique Teillaud <>
  • To:
  • Subject: Re: [cgal-discuss] Does CGAL_triangulation_postcondition() throw an exception?
  • Date: Thu, 28 Jan 2016 09:53:53 +0100

Hi Adam,

I actually don't remember the code of checks in triangulations, but I guess that they do the same way as general CGAL checks

see http://doc.cgal.org/latest/STL_Extension/index.html#stl_alteriung

--
Monique Teillaud
http://www.loria.fr/~teillaud/
INRIA Nancy - Grand Est, LORIA
Institut National de Recherche en Informatique et Automatique

Le 27/01/16 00:38, Adam Getchell a écrit :
Hello all,

I’m looking to make exception-safe moves using
Triangulation_data_structure_3::flip() and
Triangulation_data_structure_3::flip_flippable().

Does CGAL_triangulation_precondition() and its ilk throw exceptions?

The manual says only that “Some parts of the library use exceptions”.

http://doc.cgal.org/latest/Manual/devman_checks.html#secexception_handling

I’ve looked at the macro-generated file triangulation_assertions.h and
didn’t see anyplace that looked like it threw exceptions.

Adam Getchell
about.me/adamgetchell <http://about.me/adamgetchell>







Archive powered by MHonArc 2.6.18.

Top of Page