1 #ifndef COIN_SOGLSHAPEHINTSELEMENT_H 2 #define COIN_SOGLSHAPEHINTSELEMENT_H 36 #include <Inventor/elements/SoShapeHintsElement.h> 39 typedef SoShapeHintsElement inherited;
43 static void initClass(
void);
48 virtual void init(
SoState * state);
50 virtual void push(
SoState * state);
51 virtual void pop(
SoState * state,
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 SoElement is the abstract base class for all elements.
Definition: SoElement.h:43
The SoState class manages the Coin scenegraph traversal state data.The SoState class is used by actio...
Definition: SoState.h:44
The SoGLShapeHintsElement class is yet to be documented.FIXME: write doc.
Definition: SoGLShapeHintsElement.h:38