50#ifndef _SO_CREASE_ANGLE_ELEMENT
51#define _SO_CREASE_ANGLE_ELEMENT
53#include <Inventor/elements/SoFloatElement.h>
82 {
set(state, angle); }
98 virtual void print(FILE *fp)
const;
103 virtual void init(
SoState *state);
107 static void initClass();
108 static void exitClass();
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.