50#ifndef _SO_DRAW_STYLE_ELEMENT
51#define _SO_DRAW_STYLE_ELEMENT
53#include <Inventor/elements/SoInt32Element.h>
66SoEXTENDER_Documented
class SoDrawStyleElement :
public SoInt32Element {
68 SO_ELEMENT_HEADER(SoDrawStyleElement);
92 {
set(state, style); }
113 virtual void init(
SoState *state);
117 static void initClass();
118 static void exitClass();
121 virtual ~SoDrawStyleElement();
virtual void print(FILE *fp) const
Prints element (for debugging).
Style
These are the available draw styles.
static void set(SoState *state, Style style)
Sets the current draw style in the state.
static void set(SoState *state, SoNode *, Style style)
Sets the current draw style in the state.
static Style getDefault()
Returns the default draw style.
static Style get(SoState *state)
Returns current draw style from the state.
static SoType getClassTypeId()
Returns the type identifier for this class.
static int getClassStackIndex()
Returns the stack id for this element.
Abstract base class for all database nodes.