1#ifndef COIN_SOGLVERTEXATTRIBUTEELEMENT_H
2#define COIN_SOGLVERTEXATTRIBUTEELEMENT_H
37#include <Inventor/SbBasic.h>
40class SoVertexAttributeData;
47 static void initClass(
void);
52 void send(
const int index)
const;
57 virtual void addElt(SoVertexAttributeData * attribdata);
SoElement is the abstract base class for all elements.
Definition: SoElement.h:43
The SoGLRenderAction class renders the scene graph with OpenGL calls.
Definition: SoGLRenderAction.h:50
Definition: SoGLVertexAttributeElement.h:42
The SoState class manages the Coin scenegraph traversal state data.
Definition: SoState.h:44
Definition: SoVertexAttributeElement.h:45
virtual void init(SoState *state)
Definition: SoVertexAttributeElement.cpp:62