1 #ifndef COIN_SOGLDRAWSTYLEELEMENT_H 2 #define COIN_SOGLDRAWSTYLEELEMENT_H 36 #include <Inventor/elements/SoDrawStyleElement.h> 55 virtual void setElt(int32_t style);
62 #endif // !COIN_SOGLDRAWSTYLEELEMENT_H The SoGLDrawStyleElement updates the current draw style in OpenGL.
Definition: SoGLDrawStyleElement.h:38
virtual void push(SoState *state)
Definition: SoElement.cpp:569
SoElement is the abstract base class for all elements.
Definition: SoElement.h:43
static void initClass(void)
Definition: SoDrawStyleElement.cpp:63
The SoState class manages the Coin scenegraph traversal state data.
Definition: SoState.h:44
virtual void init(SoState *state)
FIXME: write doc.
Definition: SoDrawStyleElement.cpp:79
The SoInt32Element class is the base class for elements that simply store a 32-bit integer...
Definition: SoInt32Element.h:39
virtual void setElt(int32_t value)
FIXME: write doc.
Definition: SoInt32Element.cpp:153
The SoDrawStyleElement class is yet to be documented.
Definition: SoDrawStyleElement.h:38
virtual void pop(SoState *state, const SoElement *prevTopElement)
Definition: SoElement.cpp:584