CDT  1.4.5
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 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 176 of file Triangulation.h.

Constructor & Destructor Documentation

◆ FinalizedError()

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

Constructor.

Definition at line 180 of file Triangulation.h.


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