50#ifndef _SO_VIEWING_MATRIX_ELEMENT
51#define _SO_VIEWING_MATRIX_ELEMENT
92 virtual void print(FILE *fp)
const;
101 static void initClass();
102 static void exitClass();
#define SoEXTENDER_Documented
#define TRUE
Possible value of SbBool.
#define SO_ELEMENT_HEADER(className)
Abstract base class for all database nodes.
Abstract base class for each state element whose value is replaced whenever it is set.
Stores the current viewing matrix.
static void set(SoState *state, SoNode *node, const SbMatrix &matrix, SbBool sendToGL=TRUE)
Sets the view matrix to the given matrix.
static const SbMatrix & get(SoState *state)
Returns current matrix from the state.
virtual void print(FILE *fp) const
Prints element (for debugging).