1 #ifndef COIN_SOGLSHAPEHINTSELEMENT_H 2 #define COIN_SOGLSHAPEHINTSELEMENT_H 36 #include <Inventor/elements/SoShapeHintsElement.h> 54 static void forceSend(
SoState *
const state,
const SbBool twoside);
55 static void forceSend(
SoState *
const state,
56 const SbBool ccw,
const SbBool cull);
57 static void forceSend(
SoState *
const state,
const SbBool ccw,
58 const SbBool cull,
const SbBool twoside);
61 virtual void setElt(VertexOrdering vertexOrdering,
62 ShapeType shapeType, FaceType faceType);
67 #endif // !COIN_SOGLSHAPEHINTSELEMENT_H virtual void pop(SoState *state, const SoElement *prevtopelement)
Definition: SoShapeHintsElement.cpp:96
static void initClass(void)
Definition: SoShapeHintsElement.cpp:58
SoElement is the abstract base class for all elements.
Definition: SoElement.h:43
The SoState class manages the Coin scenegraph traversal state data.
Definition: SoState.h:44
virtual void init(SoState *state)
FIXME: write doc.
Definition: SoShapeHintsElement.cpp:74
The SoGLShapeHintsElement class is yet to be documented.
Definition: SoGLShapeHintsElement.h:38
virtual void push(SoState *state)
FIXME: write doc.
Definition: SoShapeHintsElement.cpp:85
Definition: SoShapeHintsElement.h:38
virtual void setElt(VertexOrdering vertexOrdering, ShapeType shapeType, FaceType faceType)
FIXME: write doc.
Definition: SoShapeHintsElement.cpp:211