CDT
1.4.1
C++ library for constrained Delaunay triangulation
|
Error thrown when intersecting constraint edges are detected, but triangulation is not configured to attempt to resolve them. More...
#include <Triangulation.h>
Public Member Functions | |
IntersectingConstraintsError (const Edge &e1, const Edge &e2, const SourceLocation &srcLoc) | |
const Edge & | e1 () const |
const Edge & | e2 () const |
Public Member Functions inherited from CDT::Error | |
Error (const std::string &description, const SourceLocation &srcLoc) | |
Constructor. | |
const std::string & | description () const |
Get error description. | |
const SourceLocation & | sourceLocation () const |
Get source location from where the error was thrown. | |
Error thrown when intersecting constraint edges are detected, but triangulation is not configured to attempt to resolve them.
Definition at line 214 of file Triangulation.h.
|
inline |
Definition at line 217 of file Triangulation.h.
|
inline |
Definition at line 230 of file Triangulation.h.
|
inline |
Definition at line 234 of file Triangulation.h.