Stores the current geoOrigin More...
#include <Inventor/elements/SoGeoOriginElement.h>
Public Member Functions | |
virtual void | print (FILE *fp) const |
Static Public Member Functions | |
static SoType | getClassTypeId () |
static int | getClassStackIndex () |
static void | set (SoState *state, SoNode *node, SbBool rotateYUp, const SbVec3f &geoOrigin) |
static void | get (SoState *state, SbBool &rotateYUp, SbVec3f &geoOrigin) |
static void | getDefault (SbBool &rotateYUp, SbVec3f &geoOrigin) |
static void SoGeoOriginElement::get | ( | SoState * | state, | |
SbBool & | rotateYUp, | |||
SbVec3f & | geoOrigin | |||
) | [static] |
Returns the current attributes from the state.
static int SoGeoOriginElement::getClassStackIndex | ( | ) | [static] |
Returns the stack id for this element.
Reimplemented from SoReplacedElement.
static SoType SoGeoOriginElement::getClassTypeId | ( | ) | [static] |
Returns the type identifier for this class.
Reimplemented from SoReplacedElement.
Returns the default values.
virtual void SoGeoOriginElement::print | ( | FILE * | fp | ) | const [virtual] |
Prints element (for debugging).
Reimplemented from SoReplacedElement.
static void SoGeoOriginElement::set | ( | SoState * | state, | |
SoNode * | node, | |||
SbBool | rotateYUp, | |||
const SbVec3f & | geoOrigin | |||
) | [static] |
Sets the current attributes.