1#ifndef COIN_SOGLSHAPEHINTSELEMENT_H
2#define COIN_SOGLSHAPEHINTSELEMENT_H
36#include <Inventor/elements/SoShapeHintsElement.h>
53 static void forceSend(
SoState *
const state,
const SbBool twoside);
54 static void forceSend(
SoState *
const state,
55 const SbBool ccw,
const SbBool cull);
56 static void forceSend(
SoState *
const state,
const SbBool ccw,
57 const SbBool cull,
const SbBool twoside);
60 void setElt(VertexOrdering vertexOrdering,
61 ShapeType shapeType, FaceType faceType)
override;
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
void push(SoState *state) override
FIXME: write doc.
Definition SoShapeHintsElement.cpp:89
void init(SoState *state) override
Definition SoShapeHintsElement.cpp:78
static void initClass(void)
Definition SoShapeHintsElement.cpp:57
void pop(SoState *state, const SoElement *prevtopelement) override
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