1#ifndef COIN_SOMATERIALBUNDLE_H
2#define COIN_SOMATERIALBUNDLE_H
36#include <Inventor/bundles/SoBundle.h>
37#include <Inventor/SbBasic.h>
38#include <Inventor/system/inttypes.h>
53 void send(
const int index,
const SbBool betweenbeginend);
57 void reallySend(
const int index);
58 void setupElements(
const SbBool isbetweenbeginend);
The SoAction class is the base class for all traversal actions.
Definition SoAction.h:77
SoBundle(SoAction *action)
Definition SoBundle.cpp:57
The SoGLLazyElement class is meant to optimize GL rendering.
Definition SoGLLazyElement.h:43
void sendFirst(void)
Definition SoMaterialBundle.cpp:106
SbBool isColorOnly(void) const
Definition SoMaterialBundle.cpp:150
SoMaterialBundle(SoAction *action)
Definition SoMaterialBundle.cpp:66
void setUpMultiple(void)
Definition SoMaterialBundle.cpp:96
void forceSend(const int index)
Definition SoMaterialBundle.cpp:139
void send(const int index, const SbBool betweenbeginend)
Definition SoMaterialBundle.cpp:120