#include <Inventor/nodes/SoNurbsProfile.h>
Inheritance diagram for SoNurbsProfile::

Public Methods | |
| SoNurbsProfile (void) | |
| virtual void | getTrimCurve (SoState *state, int32_t &numpoints, float *&points, int &floatspervec, int32_t &numknots, float *&knotvector) |
| virtual void | getVertices (SoState *state, int32_t &numvertices, SbVec2f *&vertices) |
Static Public Methods | |
| void | initClass (void) |
Public Attributes | |
| SoMFFloat | knotVector |
Protected Methods | |
| virtual | ~SoNurbsProfile () |
Use nodes of this type if you want to set up profiles that are smooth curves.
|
|
Constructor. |
|
|
Destructor. |
|
|
Sets up initialization for data common to all instances of this class, like submitting necessary information to the Coin type system. Reimplemented from SoProfile. |
|
|||||||||||||||||||||||||||||||||||||||||||
|
Return points and knotvector of the state. Reimplemented from SoProfile. |
|
||||||||||||||||||||||
|
Return vertex set of state. Reimplemented from SoProfile. |
|
|
Knot values for the nurbs curve. |
1.2.9 written by Dimitri van Heesch,
© 1997-2001