#include <Inventor/nodes/SoIndexedNurbsSurface.h>
Inheritance diagram for SoIndexedNurbsSurface::
Public Methods | |
SoIndexedNurbsSurface (void) | |
virtual void | GLRender (SoGLRenderAction *action) |
virtual void | rayPick (SoRayPickAction *action) |
virtual void | getPrimitiveCount (SoGetPrimitiveCountAction *action) |
void | sendPrimitive (SoAction *, SoPrimitiveVertex *) |
Static Public Methods | |
void | initClass (void) |
Public Attributes | |
SoSFInt32 | numUControlPoints |
SoSFInt32 | numVControlPoints |
SoMFInt32 | coordIndex |
SoMFFloat | uKnotVector |
SoMFFloat | vKnotVector |
SoSFInt32 | numSControlPoints |
SoSFInt32 | numTControlPoints |
SoMFInt32 | textureCoordIndex |
SoMFFloat | sKnotVector |
SoMFFloat | tKnotVector |
Protected Methods | |
virtual | ~SoIndexedNurbsSurface () |
virtual void | generatePrimitives (SoAction *action) |
virtual void | computeBBox (SoAction *action, SbBox3f &box, SbVec3f ¢er) |
SoDetail * | createTriangleDetail (SoRayPickAction *action, const SoPrimitiveVertex *v1, const SoPrimitiveVertex *v2, const SoPrimitiveVertex *v3, SoPickedPoint *pp) |
It is very similar to the SoNurbsSurface class, but controlpoints can be specified using indices.
|
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 SoShape. |
|
Action method for the SoGLRenderAction. This is called during rendering traversals. Nodes influencing the rendering state in any way or who wants to throw geometry primitives at OpenGL overrides this method. Reimplemented from SoShape. |
|
Calculates picked point based on primitives generated by subclasses. Reimplemented from SoShape. |
|
Action method for the SoGetPrimitiveCountAction. Calculates the number of triangle, line segment and point primitives for the node and adds these to the counters of the action. Nodes influencing how geometry nodes calculates their primitive count also overrides this method to change the relevant state variables. Reimplemented from SoShape. |
|
This method is part of the original SGI Inventor API, but not implemented in Coin, as it looks like a method that should probably have been private in Open Inventor. |
|
For internal use only. Reimplemented from SoShape. |
|
Calculates the bounding box of all control points and sets the center to the average of these points. Reimplemented from SoShape. |
|
Overloaded to return NULL. Reimplemented from SoShape. |
|
Number of control points in the U direction. |
|
Number of control points in the V direction. |
|
The coordinate control point indices. |
|
The Bezier knot vector for the U direction. |
|
The Bezier knot vector for the V direction. |
|
Number of control points in the S direction. |
|
Number of control points in the T direction. |
|
The texture coordinate control point indices. |
|
The Bezier knot vector for the S direction. |
|
The Bezier knot vector for the T direction. |