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