1 #ifndef COIN_SOGLVERTEXATTRIBUTEELEMENT_H
2 #define COIN_SOGLVERTEXATTRIBUTEELEMENT_H
27 #include <Inventor/elements/SoVertexAttributeElement.h>
28 #include <Inventor/SbBasic.h>
31 class SoVertexAttributeData;
33 class COIN_DLL_API SoGLVertexAttributeElement :
public SoVertexAttributeElement {
34 typedef SoVertexAttributeElement inherited;
35 SO_ELEMENT_HEADER(SoGLVertexAttributeElement);
38 static void initClass(
void);
39 virtual void init(
SoState * state);
43 void send(
const int index)
const;
44 static const SoGLVertexAttributeElement * getInstance(
SoState *
const state);
47 virtual ~SoGLVertexAttributeElement();
48 virtual void addElt(SoVertexAttributeData * attribdata);
51 #endif // COIN_SOGLVERTEXATTRIBUTEELEMENT_H
The SoState class manages the Coin scenegraph traversal state data.The SoState class is used by actio...
Definition: SoState.h:35
The SoGLRenderAction class renders the scene graph with OpenGL calls.Applying this method at a root n...
Definition: SoGLRenderAction.h:41