50#ifndef _SO_CREASE_ANGLE_ELEMENT
51#define _SO_CREASE_ANGLE_ELEMENT
82 {
set(state, angle); }
98 virtual void print(FILE *fp)
const;
107 static void initClass();
108 static void exitClass();
#define SoEXTENDER_Documented
#define SO_ELEMENT_HEADER(className)
Stores the current crease angle.
static int getClassStackIndex()
Returns the stack id for this element.
static void set(SoState *state, float angle)
Sets the current crease angle in the state.
static float getDefault()
Returns the default crease angle.
virtual void print(FILE *fp) const
Prints element (for debugging).
static SoType getClassTypeId()
Returns the type identifier for this class.
static float get(SoState *state)
Returns current crease angle from the state.
static void set(SoState *state, SoNode *, float angle)
Sets the current crease angle in the state.
Element's subclasses store a single float, int, or enum value.
Abstract base class for all database nodes.