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:79
static void initClass(void)
Definition SoDrawStyleElement.cpp:63
SoElement is the abstract base class for all elements.
Definition SoElement.h:43
virtual void pop(SoState *state, const SoElement *prevTopElement)
Definition SoElement.cpp:584
virtual void push(SoState *state)
Definition SoElement.cpp:569
The SoGLDrawStyleElement updates the current draw style in OpenGL.
Definition SoGLDrawStyleElement.h:38
virtual void setElt(int32_t value)
FIXME: write doc.
Definition SoInt32Element.cpp:153
The SoState class manages the Coin scenegraph traversal state data.
Definition SoState.h:44