24#ifndef _SO_GEO_ORIGIN_ELEMENT
25#define _SO_GEO_ORIGIN_ELEMENT
27#include <Inventor/SbLinear.h>
28#include <Inventor/elements/SoReplacedElement.h>
63 virtual void print(FILE *fp)
const;
68 virtual void init(
SoState *state);
82 static void initClass();
83 static void exitClass();
Abstract base class for all state elements.
<a href="IconLegend.html"><img src="extTGS.gif" alt="VSG extension" border="0"></a> Stores the curre...
static void getDefault(SbBool &rotateYUp, SbVec3f &geoOrigin)
Returns the default values.
static void get(SoState *state, SbBool &rotateYUp, SbVec3f &geoOrigin)
Returns the current attributes from the state.
virtual void print(FILE *fp) const
Prints element (for debugging).
static void set(SoState *state, SoNode *node, SbBool rotateYUp, const SbVec3f &geoOrigin)
Sets the current attributes.
Abstract base class for all database nodes.
Abstract base class for each state element whose value is replaced whenever it is set.