CDT  1.4.1
C++ library for constrained Delaunay triangulation
Loading...
Searching...
No Matches
CDT::FinalizedError Class Reference

Error thrown when triangulation modification is attempted after it was finalized. More...

#include <Triangulation.h>

Inheritance diagram for CDT::FinalizedError:
Collaboration diagram for CDT::FinalizedError:

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 SourceLocationsourceLocation () const
 Get source location from where the error was thrown.
 

Detailed Description

Error thrown when triangulation modification is attempted after it was finalized.

Definition at line 169 of file Triangulation.h.

Constructor & Destructor Documentation

◆ FinalizedError()

CDT::FinalizedError::FinalizedError ( const SourceLocation & srcLoc)
inline

Definition at line 172 of file Triangulation.h.


The documentation for this class was generated from the following file: