Stores the current projection matrix in GL. More...
#include <Inventor/elements/SoGLProjectionMatrixElement.h>
Public Member Functions | |
virtual void | pop (SoState *state, const SoElement *prevTopElement) |
Static Public Member Functions | |
static SoType | getClassTypeId () |
static int | getClassStackIndex () |
Stores the current projection matrix in GL.
This element stores the current projection matrix in GL. Overrides the virtual methods on SoProjectionMatrixElement to send the matrix to GL when necessary.
NOTE: This class does not exist in Open Inventor 10.0 and later.Note that this class relies on SoProjectionMatrixElement to store the matrix in the instance.
static int SoGLProjectionMatrixElement::getClassStackIndex | ( | ) | [static] |
Returns the stack id for this element.
Reimplemented from SoProjectionMatrixElement.
static SoType SoGLProjectionMatrixElement::getClassTypeId | ( | ) | [static] |
Returns the type identifier for this class.
Reimplemented from SoProjectionMatrixElement.
virtual void SoGLProjectionMatrixElement::pop | ( | SoState * | state, | |
const SoElement * | prevTopElement | |||
) | [virtual] |
Overrides pop() method so side effects can occur in GL.