1 #ifndef COIN_SOPROFILE_H
2 #define COIN_SOPROFILE_H
36 #include <Inventor/nodes/SoSubNode.h>
37 #include <Inventor/fields/SoMFInt32.h>
38 #include <Inventor/fields/SoSFEnum.h>
39 #include <Inventor/elements/SoProfileElement.h>
50 static void initClass(
void);
53 START_FIRST = SoProfileElement::START_FIRST,
54 START_NEW = SoProfileElement::START_NEW,
55 ADD_TO_CURRENT = SoProfileElement::ADD_TO_CURRENT
68 virtual void getTrimCurve(
SoState * state, int32_t & numpoints,
69 float *& points,
int & floatspervec,
70 int32_t & numknots,
float *& knotvector) = 0;
71 virtual void getVertices(
SoState * state, int32_t & numvertices,
79 #endif // !COIN_SOPROFILE_H