Inheritance diagram for NurbsInputError:
Public Methods | |
NurbsInputError () | |
NurbsInputError (int a, int b) | |
virtual void | print () |
Public Attributes | |
int | mode |
int | x |
int | y |
This class is thrown if at least one of the input parameter isn't suitable for the function throwing it.
If mode is set to 1 it means that two values should have been equal, but are not. This is normally set when the size of a vector isn't equal to the size of another vector or that a matrix size isn't equal to another matrix's size.
Definition at line 75 of file nurbs_global.h.