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

Error thrown when intersecting constraint edges are detected, but triangulation is not configured to attempt to resolve them. More...

#include <Triangulation.h>

Inheritance diagram for CDT::IntersectingConstraintsError:
Collaboration diagram for CDT::IntersectingConstraintsError:

Public Member Functions

 IntersectingConstraintsError (const Edge &e1, const Edge &e2, const SourceLocation &srcLoc)
 
const Edgee1 () const
 
const Edgee2 () const
 
- 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 intersecting constraint edges are detected, but triangulation is not configured to attempt to resolve them.

Definition at line 214 of file Triangulation.h.

Constructor & Destructor Documentation

◆ IntersectingConstraintsError()

CDT::IntersectingConstraintsError::IntersectingConstraintsError ( const Edge & e1,
const Edge & e2,
const SourceLocation & srcLoc )
inline

Definition at line 217 of file Triangulation.h.

Member Function Documentation

◆ e1()

const Edge & CDT::IntersectingConstraintsError::e1 ( ) const
inline

Definition at line 230 of file Triangulation.h.

◆ e2()

const Edge & CDT::IntersectingConstraintsError::e2 ( ) const
inline

Definition at line 234 of file Triangulation.h.


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