Polygon Mesh Processing Library
Loading...
Searching...
No Matches
InvalidInputException Class Reference

Exception indicating invalid input passed to a function. More...

#include <pmp/exceptions.h>

Inherits invalid_argument.

Detailed Description

Exception indicating invalid input passed to a function.

This exception should be used to signal violation of a precondition, e.g., if an algorithm expects a triangle mesh but a general polygon mesh is passed instead.