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>    48   void setUpMultiple(
void);
    50   void forceSend(
const int index);
    51   SbBool isColorOnly(
void) 
const;
    53   void send(
const int index, 
const SbBool betweenbeginend);
    57   void reallySend(
const int index);
    58   void setupElements(
const SbBool isbetweenbeginend);
    66 #endif // !COIN_SOMATERIALBUNDLE_H The SoMaterialBundle class simplifies material handling.Every shape node should create (on the stack)...
Definition: SoMaterialBundle.h:42
 
The SoGLLazyElement class is meant to optimize GL rendering.This is just a wrap-around implementation...
Definition: SoGLLazyElement.h:43
 
The SoAction class is the base class for all traversal actions.Applying actions is the basic mechanis...
Definition: SoAction.h:77
 
The SoBundle class is the superclass for all bundle classes. 
Definition: SoBundle.h:42