CGAL 6.2 - 3D Constrained Triangulations
Loading...
Searching...
No Matches
CGAL::Constrained_triangulation_insertion_exception Class Reference

#include <CGAL/Constrained_triangulation_3_types.h>

Inherits from

std::domain_error.

Definition

Exception type thrown when a constrained Delaunay triangulation cannot be restored after the insertion of constraints.

Public Member Functions

 Constrained_triangulation_insertion_exception (std::vector< CDT_3_signed_index > failed_faces)
 Constructor.
 
const std::vector< CDT_3_signed_index > & failed_faces () const
 Returns the vector of indices of the faces that could not be processed.
 

Constructor & Destructor Documentation

◆ Constrained_triangulation_insertion_exception()

CGAL::Constrained_triangulation_insertion_exception::Constrained_triangulation_insertion_exception ( std::vector< CDT_3_signed_index failed_faces)

Constructor.

Parameters
failed_facesa vector of indices of the faces that could not be processed.