23#ifndef _SO_BBox_TYPE_ELEMENT
24#define _SO_BBox_TYPE_ELEMENT
26#include <Inventor/elements/SoInt32Element.h>
39SoEXTENDER_Documented
class SoBBoxTypeElement :
public SoInt32Element {
41 SO_ELEMENT_HEADER(SoBBoxTypeElement);
79 virtual void print(FILE *fp)
const;
84 virtual void init(
SoState *state);
88 static void initClass();
89 static void exitClass();
92 virtual ~SoBBoxTypeElement();
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).
Abstract base class for all database nodes.