The soenginelist class is a container for soengine objects. as this class inherits sobaselist, referencing and dereferencing will default be done on the objects at append(), remove(), insert() etc.
#include <Inventor/lists/SoEngineList.h>
Inherits SoBaseList.
SoEngineList (void)
SoEngineList (const int size)
SoEngineList (const SoEngineList &el)
~SoEngineList ()
void append (SoEngine *const ptr)
SoEngine * operator[] (const int i) const
SoEngineList & operator= (const SoEngineList &el)
The SoEngineList class is a container for SoEngine objects.
As this class inherits SoBaseList, referencing and dereferencing will default be done on the objects at append(), remove(), insert() etc.
Default constructor.
Constructor with a hint about the number of elements the list will hold.
See also:
SoBaseList::SoBaseList(const int)
Copy constructor.
See also:
SoBaseList::SoBaseList(const SoBaseList &)
Destructor.
See also:
SoBaseList::~SoBaseList()
Append ptr to the list.
See also:
SoBaseList::append()
Return engine pointer at index i.
See also:
SoBaseList::operator[]()
Copy contents of list el to this list.
See also:
SoBaseList::operator=()
Generated automatically by Doxygen for Coin from the source code.