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


The documentation for this class was generated from the following file:
Generated on Sun Feb 3 00:46:10 2002 for NURBS++ by doxygen1.2.12 written by Dimitri van Heesch, © 1997-2001