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