![]() |
Coin3D is Free Software, published under the BSD 3-clause license. |
https://coin3d.github.io https://www.kongsberg.com/en/kogt/ |
The SoEngineList class is a container for SoEngine objects. More...
#include <Inventor/lists/SoEngineList.h>
Additional Inherited Members | |
![]() | |
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.
Return engine pointer at index i.
SoEngineList & SoEngineList::operator= | ( | const SoEngineList & | el | ) |
Copy contents of list el to this list.