24#ifndef  _SO_VERTEX_SHADER_PARAMETER_ELEMENT_ 
   25#define  _SO_VERTEX_SHADER_PARAMETER_ELEMENT_ 
   77  static void initClass();
 
   78  static void exitClass();
 
 
#define SoEXTENDER_Documented
 
#define SO_ELEMENT_HEADER(className)
 
Abstract base class for each state element whose value may be accumulated when it is set.
 
Abstract base class for all state elements.
 
Maintains a list of pointers to nodes.
 
<a href="IconLegend.html"><img src="extTGS.gif" alt="VSG extension" border="0"></a>  Stores SoVertexS...
 
static void add(SoState *state, SoVertexShaderParameter *vertexAttrib)
Add to the current vertex attribs list.
 
static const SoNodeList * getVertexAttribs(SoState *state)
Returns the current list of vertex attribs nodes from the state.
 
virtual void push(SoState *state)
Overrides push() method to copy values from next instance in the stack.
 
virtual void pop(SoState *, const SoElement *prevTopElement)
Pop method.
 
<a href="IconLegend.html"><img src="extTGS.gif" alt="VSG extension" border="0"></a>  Abstract base cl...