|
CDT
1.4.5
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) | |
| 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. | |
| virtual | ~Error () CDT_NOEXCEPT |
| Destructor. | |
| 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 191 of file Triangulation.h.
|
inline |
Constructor.
Definition at line 195 of file Triangulation.h.
|
inline |
first duplicate
Definition at line 207 of file Triangulation.h.
|
inline |
second duplicate
Definition at line 212 of file Triangulation.h.