1 #ifndef COIN_SOENGINEOUTPUTLIST_H 2 #define COIN_SOENGINEOUTPUTLIST_H 36 #include <Inventor/lists/SbPList.h> 60 #endif // !COIN_SOENGINEOUTPUTLIST_H SoEngineOutputList(void)
Definition: SoEngineOutputList.h:42
The SbPList class is a container class for void pointers.
Definition: lists/SbPList.h:40
void append(void *item)
Definition: lists/SbPList.h:87
SoEngineOutputList(const int sizehint)
Definition: SoEngineOutputList.h:43
The SoEngineOutputList class is a container for SoEngineOutput objects.
Definition: SoEngineOutputList.h:40
The SoEngineOutput class is the output slots in SoEngine instances.
Definition: SoEngineOutput.h:45
void *& operator[](const int index) const
Definition: lists/SbPList.h:128
void insert(void *item, const int insertbefore)
Definition: SbPList.cpp:236
SoEngineOutputList(const SoEngineOutputList &l)
Definition: SoEngineOutputList.h:44