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);
SoElement is the abstract base class for all elements.
Definition SoElement.h:43
The SoGLShapeHintsElement class is yet to be documented.
Definition SoGLShapeHintsElement.h:38
The SoShapeHintsElement class is yet to be documented.
Definition SoShapeHintsElement.h:38
static void initClass(void)
Definition SoShapeHintsElement.cpp:57
virtual void init(SoState *state)
Definition SoShapeHintsElement.cpp:78
virtual void push(SoState *state)
FIXME: write doc.
Definition SoShapeHintsElement.cpp:89
virtual void pop(SoState *state, const SoElement *prevtopelement)
Definition SoShapeHintsElement.cpp:100
virtual void setElt(VertexOrdering vertexOrdering, ShapeType shapeType, FaceType faceType)
FIXME: write doc.
Definition SoShapeHintsElement.cpp:215
The SoState class manages the Coin scene graph traversal state data.
Definition SoState.h:44