Coin
4.0.3
Coin3D core library
|
The SoEngineList class is a container for SoEngine objects. More...
#include <Inventor/lists/SoEngineList.h>
Additional Inherited Members | |
Protected Member Functions inherited from SbPList | |
void | expand (const int size) |
int | getArraySize (void) const |
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.
SoEngineList::SoEngineList | ( | void | ) |
Default constructor.
SoEngineList::SoEngineList | ( | const int | size | ) |
Constructor with a hint about the number of elements the list will hold.
SoEngineList::SoEngineList | ( | const SoEngineList & | el | ) |
Copy constructor.
SoEngineList::~SoEngineList | ( | ) |
Destructor.
Append ptr to the list.
SoEngineList & SoEngineList::operator= | ( | const SoEngineList & | el | ) |
Copy contents of list el to this list.
Return engine pointer at index i.