Main Page   Class Hierarchy   Compound List   File List   Compound Members  

NurbsInputError Class Reference

An input error class. More...

Inheritance diagram for NurbsInputError:

NurbsError NurbsSizeError List of all members.

Public Methods

 NurbsInputError ()
 NurbsInputError (int a, int b)
virtual void print ()

Public Attributes

int mode
int x
int y

Detailed Description

An input error class.

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.

Author:
Philippe Lavoie
Date:
17 February 1999

Definition at line 75 of file nurbs_global.h.


The documentation for this class was generated from the following file:
Generated on Tue Jun 24 13:26:59 2003 for NURBS++ by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002