#include <nurbsS.h>
Public Member Functions | |
| int | n () const |
| NurbsSurfaceArray (NurbsSurface< T, N > *Sa, int size) | |
| virtual NurbsSurface< T, N > & | operator[] (int i) |
| virtual NurbsSurface< T, N > | operator[] (int i) const |
| virtual void | resize (int s) |
| void | init (NurbsSurface< T, N > *Sa, int size) |
| NurbsSurfaceArray< T, N > & | operator= (const NurbsSurfaceArray< T, N > &Sa) |
Protected Attributes | |
| int | sze |
| int | rsize |
| NurbsSurface< T, N > ** | S |
This class represents an array of NurbsSurface.
|
||||||||||||||||
|
Constructor from a pointer to an array of curves.
|
|
||||||||||||||||
|
Initialize the array of curves with a vector of nurbs curve.
|
|
|||||||||
|
< a reference to the size of the array
|
|
||||||||||
|
Copy one surface array to another.
|
|
||||||||||
|
the ith surface
|
|
||||||||||
|
the ith surface
|
|
||||||||||
|
Resize the NurbsSurfaceArray.
|
|
|||||
|
the number of space allocated for the array
|
|
|||||
|
An array of pointers to NURBS curves.
|
|
|||||
|
the number of NURBS curves in the array
|
1.3.4