Main Page   Class Hierarchy   Compound List   File List   Compound Members  

NurbsSizeError Class Reference

A NURBS size error. More...

Inheritance diagram for NurbsSizeError:

NurbsInputError NurbsError List of all members.

Public Methods

 NurbsSizeError (int pnts, int knots, int deg)
virtual void print ()

Public Attributes

int p
int k
int d

Detailed Description

A NURBS size error.

There is a relationship between the number of control points, the number of knots and the degree of a curve or a surface. This class is thrown when U.n \a = P.n + deg + 1 is false.

Author:
Philippe Lavoie
Date:
17 February 1999

Definition at line 97 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