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