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) | |
| Constructor. | |
| VertInd | v1 () const |
| first duplicate | |
| VertInd | v2 () const |
| second duplicate | |
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 188 of file Triangulation.h.
|
inline |
Constructor.
Definition at line 192 of file Triangulation.h.
|
inline |
first duplicate
Definition at line 204 of file Triangulation.h.
|
inline |
second duplicate
Definition at line 209 of file Triangulation.h.