CDT
1.4.1
C++ library for constrained Delaunay triangulation
|
Base class for errors. More...
#include <Triangulation.h>
Public Member Functions | |
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. | |
Base class for errors.
Contains error description and source location: file, function, line
Definition at line 138 of file Triangulation.h.
|
inline |
Constructor.
Definition at line 142 of file Triangulation.h.
|
inline |
Get error description.
Definition at line 150 of file Triangulation.h.
|
inline |
Get source location from where the error was thrown.
Definition at line 155 of file Triangulation.h.