Geogram
Version 1.9.1-rc
A programming library of geometric algorithms
|
Invalid dimension exception. More...
#include <geogram/delaunay/delaunay.h>
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. | |
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.
GEO::Delaunay::InvalidDimension::InvalidDimension | ( | coord_index_t | dimension, |
const char * | name, | ||
const char * | expected | ||
) |
Creates a invalid dimension exception.
[in] | dimension | the specified dimension |
[in] | name | the name of the Delaunay implementation |
[in] | expected | the expected dimension |