MeVisLab Toolbox Reference
|
Open Inventor element storing a list of shader parameter nodes. More...
#include <SoGLVertexAttributeElement.h>
Public Types | |
typedef std::vector< SoVertexAttributeInfo * > | AttributeList |
Public Member Functions | |
void | init (SoState *state) override |
Initialize element. | |
void | push (SoState *state) override |
Overrides push() method to copy values from next instance in the stack. | |
Static Public Member Functions | |
static void | add (SoState *state, SoVertexAttributeInfo *info) |
Add vertex attribute info to the list (replacing an info with the same name). | |
static void | clear (SoState *state, SoNode *node) |
Clear list. | |
static const AttributeList & | get (SoState *state) |
Returns the current list of vertex attributes from the state. | |
static void | initClass () |
Initialize class with runtime type system. | |
Static Protected Member Functions | |
static void | enableVertexAttributesCB (SoNode *shape, SoGLRenderAction *action, bool useVbo, uint32_t numVertices) |
static void | disableVertexAttributesCB (SoNode *shape, SoGLRenderAction *action, bool useVbo, uint32_t numVertices) |
Protected Attributes | |
AttributeList | _attributes |
List of vertex attributes. | |
Open Inventor element storing a list of shader parameter nodes.
Definition at line 69 of file SoGLVertexAttributeElement.h.
Definition at line 76 of file SoGLVertexAttributeElement.h.
|
static |
Add vertex attribute info to the list (replacing an info with the same name).
|
staticprotected |
|
staticprotected |
|
static |
Returns the current list of vertex attributes from the state.
Initialize class with runtime type system.
Overrides push() method to copy values from next instance in the stack.
|
protected |
List of vertex attributes.
Definition at line 103 of file SoGLVertexAttributeElement.h.