1 #ifndef COIN_SOENGINELIST_H
2 #define COIN_SOENGINELIST_H
36 #include <Inventor/lists/SoBaseList.h>
54 #endif // !COIN_SOENGINELIST_H
The SoEngineList class is a container for SoEngine objects.
Definition: SoEngineList.h:40
void append(SoBase *ptr)
Definition: SoBaseList.cpp:104
The SoBaseList class is a container for pointers to SoBase derived objects.
Definition: SoBaseList.h:41
SoBase * operator[](const int i) const
Definition: SoBaseList.cpp:213
SoBaseList & operator=(const SoBaseList &l)
Definition: SoBaseList.cpp:199
SoEngine is the base class for Coin engines.
Definition: SoEngine.h:43