Graphite Version 3
An experimental 3D geometry processing program
Loading...
Searching...
No Matches
GEO::Delaunay::InvalidInput Struct Reference

Invalid input exception. More...

#include <geogram/delaunay/delaunay.h>

Inheritance diagram for GEO::Delaunay::InvalidInput:

Public Member Functions

 InvalidInput (int error_code_in)
 InvalidInput constructor.
 
 InvalidInput (const InvalidInput &rhs)
 InvalidInput copy constructor.
 
const char * what () const GEO_NOEXCEPT override
 Gets the string identifying the exception.
 

Public Attributes

int error_code
 An implementation-dependent error code.
 
vector< index_tinvalid_facets
 The indices of the constrained facets that have an intersection (or that are duplicated).
 

Detailed Description

Invalid input exception.

This exception is thrown by Delaunay implementations in constrained mode, when constraints self-intersect.

Definition at line 104 of file delaunay.h.

Constructor & Destructor Documentation

◆ InvalidInput() [1/2]

GEO::Delaunay::InvalidInput::InvalidInput ( int  error_code_in)

InvalidInput constructor.

Parameters
[in]error_code_inan implementation-dependent error code

◆ InvalidInput() [2/2]

GEO::Delaunay::InvalidInput::InvalidInput ( const InvalidInput rhs)

InvalidInput copy constructor.

Parameters
[in]rhsa const reference to the InvalidInput to be copied

Member Data Documentation

◆ error_code

int GEO::Delaunay::InvalidInput::error_code

An implementation-dependent error code.

Definition at line 128 of file delaunay.h.

◆ invalid_facets

vector<index_t> GEO::Delaunay::InvalidInput::invalid_facets

The indices of the constrained facets that have an intersection (or that are duplicated).

Definition at line 134 of file delaunay.h.


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