1#ifndef COIN_VERTEXATTRIBUTEBUNDLE_H
2#define COIN_VERTEXATTRIBUTEBUNDLE_H
36#include <Inventor/bundles/SoBundle.h>
37#include <Inventor/elements/SoGLVertexAttributeElement.h>
39class SoVertexAttributeBundleP;
46 void send(
int index)
const;
47 SbBool doAttributes(
void)
const;
The SoAction class is the base class for all traversal actions.
Definition SoAction.h:77
SoBundle(SoAction *action)
Definition SoBundle.cpp:57
The SoGLVertexAttributeElement class is yet to be documented.
Definition SoGLVertexAttributeElement.h:42
void send(int index) const
Definition SoVertexAttributeBundle.cpp:76
SoVertexAttributeBundle(SoAction *action, SbBool forrendering)
Definition SoVertexAttributeBundle.cpp:49
The SoVertexAttributeElement class is yet to be documented.
Definition SoVertexAttributeElement.h:45