55#ifndef _SO_NURBS_CURVE_
56#define _SO_NURBS_CURVE_
67class _SoNurbsNurbsTessellator;
171 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.
Multiple-value field containing any number of floating point values.
virtual void computeBBox(SoAction *action, SbBox3f &box, SbVec3f ¢er)
Computes bounding box of curve.
void sendPrimitive(SoAction *, SoPrimitiveVertex *)
virtual void generatePrimitives(SoAction *action)
Generates triangles representing a sphere.
SoSFInt32 numControlPoints
Number of control points.
virtual void GLRender(SoGLRenderAction *action)
Implements rendering by rendering each primitive generated by subclass.
virtual void rayPick(SoRayPickAction *action)
Implements picking along a ray by intersecting the ray with each primitive generated by subclass.
virtual void getBoundingBox(SoGetBoundingBoxAction *action)
Redefine this to tell open caches that they contain lines.
SoNurbsCurve()
Creates a NURBS curve node with default settings.
SoMFFloat knotVector
The knot vector.
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.