1#ifndef COIN_SOLINEARPROFILE_H
2#define COIN_SOLINEARPROFILE_H
27#include <Inventor/nodes/SoSubNode.h>
28#include <Inventor/nodes/SoProfile.h>
36 static void initClass(
void);
39 virtual void getTrimCurve(
SoState * state, int32_t & numpoints,
The SbList class is a template container class for lists.
Definition SbList.h:47
SbList(const int sizehint=DEFAULTSIZE)
Definition SbList.h:55
The SbVec2f class is a 2 dimensional vector with floating point coordinates.
Definition SbVec2f.h:36
The SoLinearProfile class is a node for specifying linear profile curves.
Definition SoLinearProfile.h:30
The SoProfile class is the abstract superclass for profile definitions.
Definition SoProfile.h:35
The SoState class manages the Coin scenegraph traversal state data.
Definition SoState.h:35