1#ifndef COIN_SOENGINEOUTPUTLIST_H
2#define COIN_SOENGINEOUTPUTLIST_H
27#include <Inventor/lists/SbPList.h>
The SbList class is a template container class for lists.
Definition SbList.h:61
SbList(const int sizehint=DEFAULTSIZE)
Definition SbList.h:69
void insert(const Type item, const int insertbefore)
Definition SbList.h:123
void append(const Type item)
Definition SbList.h:112
Type operator[](const int index) const
Definition SbList.h:186
The SbPList class is a container class for void pointers.
Definition SbPList.h:31
void append(void *item)
Definition SbPList.h:78
void *& operator[](const int index) const
Definition SbPList.h:119
void insert(void *item, const int insertbefore)
Definition SbPList.cpp:226
The SoEngineOutputList class is a container for SoEngineOutput objects.
Definition SoEngineOutputList.h:31
SoEngineOutputList(void)
Definition SoEngineOutputList.h:33
SoEngineOutputList(const int sizehint)
Definition SoEngineOutputList.h:34
SoEngineOutputList(const SoEngineOutputList &l)
Definition SoEngineOutputList.h:35
The SoEngineOutput class is the output slots in SoEngine instances.
Definition SoEngineOutput.h:36