1 #ifndef COIN_SOGLVERTEXATTRIBUTEELEMENT_H 2 #define COIN_SOGLVERTEXATTRIBUTEELEMENT_H 37 #include <Inventor/SbBasic.h> 40 class SoVertexAttributeData;
42 class COIN_DLL_API SoGLVertexAttributeElement :
public SoVertexAttributeElement {
43 typedef SoVertexAttributeElement inherited;
44 SO_ELEMENT_HEADER(SoGLVertexAttributeElement);
47 static void initClass(
void);
48 virtual void init(
SoState * state);
52 void send(
const int index)
const;
53 static const SoGLVertexAttributeElement * getInstance(
SoState *
const state);
56 virtual ~SoGLVertexAttributeElement();
57 virtual void addElt(SoVertexAttributeData * attribdata);
60 #endif // COIN_SOGLVERTEXATTRIBUTEELEMENT_H
The SoState class manages the Coin scenegraph traversal state data.The SoState class is used by actio...
Definition: SoState.h:44
The SoGLRenderAction class renders the scene graph with OpenGL calls.Applying this method at a root n...
Definition: SoGLRenderAction.h:50