1 #ifndef COIN_SOENGINEOUTPUTLIST_H
2 #define COIN_SOENGINEOUTPUTLIST_H
27 #include <Inventor/lists/SbPList.h>
51 #endif // !COIN_SOENGINEOUTPUTLIST_H
void *& operator[](const int index) const
Definition: SbPList.h:119
SoEngineOutputList(void)
Definition: SoEngineOutputList.h:33
The SbPList class is a container class for void pointers.
Definition: SbPList.h:31
void append(void *item)
Definition: SbPList.h:78
SoEngineOutputList(const int sizehint)
Definition: SoEngineOutputList.h:34
The SoEngineOutputList class is a container for SoEngineOutput objects.
Definition: SoEngineOutputList.h:31
The SoEngineOutput class is the output slots in SoEngine instances.SoEngineOutput has methods for con...
Definition: SoEngineOutput.h:36
void set(const int index, void *item)
Definition: SbPList.h:141
void insert(void *item, const int insertbefore)
Definition: SbPList.cpp:226
SoEngineOutputList(const SoEngineOutputList &l)
Definition: SoEngineOutputList.h:35