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