CDT
1.4.1
C++ library for constrained Delaunay triangulation
|
Error thrown when triangulation modification is attempted after it was finalized. More...
#include <Triangulation.h>
Public Member Functions | |
FinalizedError (const SourceLocation &srcLoc) | |
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 triangulation modification is attempted after it was finalized.
Definition at line 169 of file Triangulation.h.
|
inline |
Definition at line 172 of file Triangulation.h.