CDT  2.0.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)
 Constructor.
 
- 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.
 

Detailed Description

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

Definition at line 210 of file Triangulation.h.

Constructor & Destructor Documentation

◆ FinalizedError()

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

Constructor.

Definition at line 214 of file Triangulation.h.


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