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

Error thrown when duplicate vertex is detected during vertex insertion. More...

#include <Triangulation.h>

Inheritance diagram for CDT::DuplicateVertexError:
Collaboration diagram for CDT::DuplicateVertexError:

Public Member Functions

 DuplicateVertexError (const VertInd v1, const VertInd v2, const SourceLocation &srcLoc)
 
VertInd v1 () const
 
VertInd v2 () 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 duplicate vertex is detected during vertex insertion.

Definition at line 183 of file Triangulation.h.

Constructor & Destructor Documentation

◆ DuplicateVertexError()

CDT::DuplicateVertexError::DuplicateVertexError ( const VertInd v1,
const VertInd v2,
const SourceLocation & srcLoc )
inline

Definition at line 186 of file Triangulation.h.

Member Function Documentation

◆ v1()

VertInd CDT::DuplicateVertexError::v1 ( ) const
inline

Definition at line 197 of file Triangulation.h.

◆ v2()

VertInd CDT::DuplicateVertexError::v2 ( ) const
inline

Definition at line 201 of file Triangulation.h.


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