#include <Inventor/nodes/SoLinearProfile.h>
Inheritance diagram for SoLinearProfile::
Public Methods | |
SoLinearProfile (void) | |
virtual void | getTrimCurve (SoState *state, int32_t &numpoints, float *&points, int &floatspervec, int32_t &numknots, float *&knotvector) |
virtual void | getVertices (SoState *state, int32_t &numvertices, SbVec2f *&vertices) |
Static Public Methods | |
void | initClass (void) |
Protected Methods | |
virtual | ~SoLinearProfile () |
Use nodes of this type if you want to set up profiles that are simply straight lines connected by control points.
|
Constructor. |
|
Destructor. |
|
Sets up initialization for data common to all instances of this class, like submitting necessary information to the Coin type system. Reimplemented from SoProfile. |
|
Return points and knotvector of the state. Reimplemented from SoProfile. |
|
Return vertex set of state. Reimplemented from SoProfile. |