1#ifndef COIN_SOENGINEOUTPUTLIST_H
2#define COIN_SOENGINEOUTPUTLIST_H
36#include <Inventor/lists/SbPList.h>
The SbList class is a template container class for lists.
Definition SbList.h:70
SbList(const int sizehint=DEFAULTSIZE)
Definition SbList.h:78
Type operator[](const int index) const
Definition SbList.h:195
The SbPList class is a container class for void pointers.
Definition lists/SbPList.h:40
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
void append(SoEngineOutput *output)
Definition SoEngineOutputList.h:46
SoEngineOutputList(const SoEngineOutputList &l)
Definition SoEngineOutputList.h:44
void set(const int idx, SoEngineOutput *item)
Definition SoEngineOutputList.h:55
void insert(SoEngineOutput *output, const int insertbefore)
Definition SoEngineOutputList.h:49
The SoEngineOutput class is the output slots in SoEngine instances.
Definition SoEngineOutput.h:45