1#ifndef COIN_SOENGINELIST_H
2#define COIN_SOENGINELIST_H
27#include <Inventor/lists/SoBaseList.h>
The SbList class is a template container class for lists.
Definition SbList.h:61
SbList< Type > & operator=(const SbList< Type > &l)
Definition SbList.h:90
void append(const Type item)
Definition SbList.h:112
Type operator[](const int index) const
Definition SbList.h:186
The SoBaseList class is a container for pointers to SoBase derived objects.
Definition SoBaseList.h:32
The SoEngineList class is a container for SoEngine objects.
Definition SoEngineList.h:31
SoEngine is the base class for Coin engines.
Definition SoEngine.h:34