55#ifndef _SO_DRAW_STYLE_ELEMENT
56#define _SO_DRAW_STYLE_ELEMENT
90 {
set(state, style); }
#define SoEXTENDER
Provide inline template functions for abs, swap, min, max, and clamp.
#define INVENTOR_API
Disable some annoying warnings on MSVC 6.
#define SO_ELEMENT_HEADER(className)
This one is for non-abstract element classes.
Element that stores the current draw style.
virtual void print(FILE *fp) const
Prints element (for debugging)
Style
These are the available draw styles:
virtual void init(SoState *state)
Initializes element.
static void initClass()
Initializes the SoDrawStyleElement class.
static void set(SoState *state, Style style)
Sets the current draw style in the state.
static void set(SoState *state, SoNode *, Style style)
static Style getDefault()
Returns the default draw style.
static Style get(SoState *state)
Returns current draw style from the state.
virtual ~SoDrawStyleElement()
Subclasses store a single int32_t, int, or enum value.
static int32_t get(int stackIndex, SoState *state)
Get value.
static void set(int stackIndex, SoState *state, int32_t value)
Set value.
Abstract base class for all database nodes.
An SoState collects and holds state while traversing a scene graph.