1 #ifndef COIN_VERTEXATTRIBUTEBUNDLE_H 
    2 #define COIN_VERTEXATTRIBUTEBUNDLE_H 
   27 #include <Inventor/bundles/SoBundle.h> 
   28 #include <Inventor/elements/SoGLVertexAttributeElement.h> 
   30 class SoVertexAttributeBundleP;
 
   37   void send(
int index) 
const;
 
   38   SbBool doAttributes(
void) 
const;
 
   41   const SoVertexAttributeElement * elem;
 
   42   const SoGLVertexAttributeElement * glelem;
 
   46 #endif // !COIN_VERTEXATTRIBUTEBUNDLE_H 
The SoAction class is the base class for all traversal actions.Applying actions is the basic mechanis...
Definition: SoAction.h:68
The SoBundle class is the superclass for all bundle classes. 
Definition: SoBundle.h:33
The SoVertexAttributeBundle class simplifies vertex attribute handling. 
Definition: SoVertexAttributeBundle.h:32