Stores SoVertexShaderParameter nodes encountered during traversal. More...
#include <Inventor/elements/SoVertexShaderParameterElement.h>
Public Member Functions | |
virtual void | push (SoState *state) |
virtual void | pop (SoState *, const SoElement *prevTopElement) |
Static Public Member Functions | |
static SoType | getClassTypeId () |
static int | getClassStackIndex () |
static void | add (SoState *state, SoVertexShaderParameter *vertexAttrib) |
static const SoNodeList * | getVertexAttribs (SoState *state) |
This element stores SoVertexShaderParameter nodes encountered during traversal.
static void SoVertexShaderParameterElement::add | ( | SoState * | state, | |
SoVertexShaderParameter * | vertexAttrib | |||
) | [static] |
Add to the current vertex attribs list.
static int SoVertexShaderParameterElement::getClassStackIndex | ( | ) | [static] |
Returns the stack id for this element.
Reimplemented from SoAccumulatedElement.
static SoType SoVertexShaderParameterElement::getClassTypeId | ( | ) | [static] |
Returns the type identifier for this class.
Reimplemented from SoAccumulatedElement.
static const SoNodeList* SoVertexShaderParameterElement::getVertexAttribs | ( | SoState * | state | ) | [static] |
Returns the current list of vertex attribs nodes from the state.
virtual void SoVertexShaderParameterElement::pop | ( | SoState * | , | |
const SoElement * | prevTopElement | |||
) | [virtual] |
Pop method.
virtual void SoVertexShaderParameterElement::push | ( | SoState * | state | ) | [virtual] |
Overrides push() method to copy values from next instance in the stack.
Reimplemented from SoAccumulatedElement.