Geogram  Version 1.8.9-rc
A programming library of geometric algorithms
GEO::Delaunay::InvalidDimension Struct Reference

Invalid dimension exception. More...

#include <geogram/delaunay/delaunay.h>

Inheritance diagram for GEO::Delaunay::InvalidDimension:

Public Member Functions

 InvalidDimension (coord_index_t dimension, const char *name, const char *expected)
 Creates a invalid dimension exception. More...
 
const char * what () const GEO_NOEXCEPT override
 Gets the string identifying the exception.
 

Detailed Description

Invalid dimension exception.

This exception is thrown by the Delaunay derived constructors if the dimension in the constructor is not supported by the implementation

Definition at line 79 of file delaunay.h.

Constructor & Destructor Documentation

◆ InvalidDimension()

GEO::Delaunay::InvalidDimension::InvalidDimension ( coord_index_t  dimension,
const char *  name,
const char *  expected 
)

Creates a invalid dimension exception.

Parameters
[in]dimensionthe specified dimension
[in]namethe name of the Delaunay implementation
[in]expectedthe expected dimension

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