#include <nurbsS.h>
Public Methods | |
| int | n () const |
| NurbsSurfaceArray (NurbsSurface< T, N > *Sa, int size) | |
| NurbsSurfaceArray () | |
| virtual | ~NurbsSurfaceArray () |
| 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.
Definition at line 273 of file nurbsS.h.
|
||||||||||||||||
|
Constructor from a pointer to an array of curves.
Definition at line 207 of file nurbsArray.cpp. |
|
||||||||||||||||
|
Initialize the array of curves with a vector of nurbs curve.
Definition at line 224 of file nurbsArray.cpp. |
|
||||||||||
|
Copy one surface array to another.
Definition at line 270 of file nurbsArray.cpp. |
|
||||||||||
|
Resize the NurbsSurfaceArray.
Definition at line 239 of file nurbsArray.cpp. Referenced by init, NurbsSurfaceArray, and operator=. |
1.2.14 written by Dimitri van Heesch,
© 1997-2002