1#ifndef COIN_SOVERTEXATTRIBUTEELEMENT_H
2#define COIN_SOVERTEXATTRIBUTEELEMENT_H
36#include <Inventor/elements/SoAccumulatedElement.h>
37#include <Inventor/elements/SoSubElement.h>
38#include <Inventor/tools/SbPimplPtr.h>
42class SoVertexAttributeData;
43class SoVertexAttributeElementP;
54 static void add(
SoState *
const state, SoVertexAttributeData * attribdata);
57 unsigned int getNumAttributes(
void)
const;
59 typedef const char * Key;
60 typedef SoVertexAttributeData * Type;
61 typedef void AttributeApplyFunc(
const Key & key,
const Type & obj,
void * closure);
62 void applyToAttributes(AttributeApplyFunc * func,
void * closure)
const;
67 virtual void addElt(SoVertexAttributeData * attribdata);
Definition SbPimplPtr.h:55
The SoAccumulatedElement class is an abstract class for storing accumulated state.
Definition SoAccumulatedElement.h:39
static void initClass(void)
Definition SoAccumulatedElement.cpp:69
virtual void push(SoState *state)
Definition SoAccumulatedElement.cpp:92
virtual void init(SoState *state)
Definition SoAccumulatedElement.cpp:84
The SoMField class is the base class for fields which can contain multiple values.
Definition SoMField.h:41
The SoState class manages the Coin scene graph traversal state data.
Definition SoState.h:44
The SoVertexAttributeElement class is yet to be documented.
Definition SoVertexAttributeElement.h:45