1#ifndef COIN_SOGLDRAWSTYLEELEMENT_H
2#define COIN_SOGLDRAWSTYLEELEMENT_H
36#include <Inventor/elements/SoDrawStyleElement.h>
55 virtual void setElt(int32_t style);
The SoDrawStyleElement class is yet to be documented.
Definition SoDrawStyleElement.h:38
virtual void init(SoState *state)
FIXME: write doc.
Definition SoDrawStyleElement.cpp:78
static void initClass(void)
Definition SoDrawStyleElement.cpp:62
SoElement is the abstract base class for all elements.
Definition SoElement.h:43
virtual void pop(SoState *state, const SoElement *prevTopElement)
Definition SoElement.cpp:585
virtual void push(SoState *state)
Definition SoElement.cpp:570
The SoGLDrawStyleElement updates the current draw style in OpenGL.
Definition SoGLDrawStyleElement.h:38
virtual void setElt(int32_t value)
Definition SoInt32Element.cpp:167
The SoState class manages the Coin scene graph traversal state data.
Definition SoState.h:44