55#ifndef _SO_INDEXED_NURBS_CURVE_
56#define _SO_INDEXED_NURBS_CURVE_
67class _SoNurbsNurbsTessellator;
184 void drawNURBS(_SoNurbsNurbsTessellator *render,
SoState *state);
#define SoEXTENDER
Provide inline template functions for abs, swap, min, max, and clamp.
#define INVENTOR_API
Disable some annoying warnings on MSVC 6.
#define SO_NODE_HEADER(className)
Non-abstract classes have everything abstract classes have, plus a way to create an instance.
Abstract base class for all actions.
Renders a scene graph using OpenGL.
Computes bounding box of a scene.
Indexed NURBS curve shape node.
void sendPrimitive(SoAction *, SoPrimitiveVertex *)
virtual void getBoundingBox(SoGetBoundingBoxAction *action)
Redefine this to tell open caches that they contain lines.
virtual void generatePrimitives(SoAction *action)
Generates triangles representing curve.
virtual void rayPick(SoRayPickAction *action)
Implements picking along a ray by intersecting the ray with each primitive generated by subclass.
virtual void computeBBox(SoAction *action, SbBox3f &box, SbVec3f ¢er)
Computes bounding box of curve.
SoSFInt32 numControlPoints
Number of control points for the curve.
SoIndexedNurbsCurve()
Creates an indexed NURBS curve node with default settings.
virtual void GLRender(SoGLRenderAction *action)
Implements rendering by rendering each primitive generated by subclass.
SoMFInt32 coordIndex
Coordinate indices for the control points.
SoMFFloat knotVector
The knot vector for the curve.
Multiple-value field containing any number of floating point values.
Multiple-value field containing any number of int32_t integers.
Represents a vertex of a generated primitive.
Intersects objects with a ray cast into scene.
Field containing a int32_t integer.
Abstract base class for all shape nodes.
An SoState collects and holds state while traversing a scene graph.