23#ifndef _SO_BBox_TYPE_ELEMENT
24#define _SO_BBox_TYPE_ELEMENT
26#include <Inventor/elements/SoInt32Element.h>
79 virtual void print(FILE *fp)
const;
84 virtual void init(
SoState *state);
88 static void initClass();
89 static void exitClass();
<a href="IconLegend.html"><img src="extTGS.gif" alt="VSG extension" border="0"></a> Stores the curre...
static int getClassStackIndex()
Returns the stack id for this element.
static void set(SoState *state, SoNode *, Type type)
Sets the current BBox type in the state.
static Type get(SoState *state)
Returns current BBox type from the state.
static Type getDefault()
Returns the default BBox type.
Type
Available BBox types:
static void set(SoState *state, Type type)
Sets the current BBox type in the state.
static SoType getClassTypeId()
Returns the type identifier for this class.
virtual void print(FILE *fp) const
Prints element (for debugging).
Stores a single int32_t, int, or enum value.
Abstract base class for all database nodes.