1 #ifndef COIN_SONURBSPROFILE_H 2 #define COIN_SONURBSPROFILE_H 27 #include <Inventor/nodes/SoSubNode.h> 28 #include <Inventor/nodes/SoProfile.h> 29 #include <Inventor/fields/SoMFFloat.h> 38 static void initClass(
void);
44 float *& points,
int & floatspervec,
45 int32_t & numknots,
float *& knotvector);
56 #endif // !COIN_SONURBSPROFILE_H The SbVec2f class is a 2 dimensional vector with floating point coordinates.
Definition: SbVec2f.h:36
The SoBase class is the top-level superclass for a number of class-hierarchies.SoBase provides the ba...
Definition: SoBase.h:41
The SoMFFloat class is a container for floating point values.This field is used where nodes...
Definition: SoMFFloat.h:30
The SoNurbsProfile class is a node for specifying smooth profile curves.Use nodes of this type if you...
Definition: SoNurbsProfile.h:32
virtual void getVertices(SoState *state, int32_t &numvertices, SbVec2f *&vertices)=0
SoMFFloat knotVector
Definition: SoNurbsProfile.h:41
The SoState class manages the Coin scenegraph traversal state data.The SoState class is used by actio...
Definition: SoState.h:35
The SoProfile class is the abstract superclass for profile definitions.Node subclasses of SoProfile s...
Definition: SoProfile.h:35
virtual void getTrimCurve(SoState *state, int32_t &numpoints, float *&points, int &floatspervec, int32_t &numknots, float *&knotvector)=0