1 #ifndef COIN_SOENGINELIST_H
2 #define COIN_SOENGINELIST_H
27 #include <Inventor/lists/SoBaseList.h>
45 #endif // !COIN_SOENGINELIST_H
The SoBaseList class is a container for pointers to SoBase derived objects.The additional capability ...
Definition: SoBaseList.h:32
SoEngine is the base class for Coin engines.Engines enables the application programmers to make compl...
Definition: SoEngine.h:34
The SoEngineList class is a container for SoEngine objects.As this class inherits SoBaseList...
Definition: SoEngineList.h:31
SoBase * operator[](const int i) const
Definition: SoBaseList.cpp:203
SoBaseList & operator=(const SoBaseList &l)
Definition: SoBaseList.cpp:189
void append(SoBase *ptr)
Definition: SoBaseList.cpp:94