|
CGAL 6.2 - 3D Constrained Triangulations
|
#include <CGAL/Constrained_triangulation_3_types.h>
std::domain_error.
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. | |
| CGAL::Constrained_triangulation_insertion_exception::Constrained_triangulation_insertion_exception | ( | std::vector< CDT_3_signed_index > | failed_faces | ) |
Constructor.
| failed_faces | a vector of indices of the faces that could not be processed. |