CDT
1.4.1
C++ library for constrained Delaunay triangulation
|
Error thrown when duplicate vertex is detected during vertex insertion. More...
#include <Triangulation.h>
Public Member Functions | |
DuplicateVertexError (const VertInd v1, const VertInd v2, const SourceLocation &srcLoc) | |
VertInd | v1 () const |
VertInd | v2 () 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 duplicate vertex is detected during vertex insertion.
Definition at line 183 of file Triangulation.h.
|
inline |
Definition at line 186 of file Triangulation.h.
|
inline |
Definition at line 197 of file Triangulation.h.
|
inline |
Definition at line 201 of file Triangulation.h.