1 #ifndef COIN_SOENGINELIST_H     2 #define COIN_SOENGINELIST_H    36 #include <Inventor/lists/SoBaseList.h>    54 #endif // !COIN_SOENGINELIST_H The SoBaseList class is a container for pointers to SoBase derived objects.The additional capability ...
Definition: SoBaseList.h:41
 
SoEngine is the base class for Coin engines.Engines enables the application programmers to make compl...
Definition: SoEngine.h:43
 
The SoEngineList class is a container for SoEngine objects.As this class inherits SoBaseList...
Definition: SoEngineList.h:40
 
SoBase * operator[](const int i) const
Definition: SoBaseList.cpp:212
 
SoBaseList & operator=(const SoBaseList &l)
Definition: SoBaseList.cpp:198
 
void append(SoBase *ptr)
Definition: SoBaseList.cpp:103