Coin
4.0.3
Coin3D core library
|
The SoEngineOutputList class is a container for SoEngineOutput objects. More...
#include <Inventor/lists/SoEngineOutputList.h>
Additional Inherited Members | |
Protected Member Functions inherited from SbPList | |
void | expand (const int size) |
int | getArraySize (void) const |
The SoEngineOutputList class is a container for SoEngineOutput objects.
|
inline |
Default constructor.
|
inline |
This constructor initializes the internal allocated size for the list to sizehint. Note that the list will still initially contain zero items.
|
inline |
Copy constructor.
|
inline |
Append item to the end of the list.
Automatically allocates more items internally if needed.
Overloaded from parent to accept an SoEngineOutput pointer argument.
|
inline |
Insert item at index insertbefore.
insertbefore should not be larger than the current number of items in the list.
Overloaded from parent to accept an SoEngineOutput pointer argument.
|
inline |
Returns element at index.
Will automatically expand the size of the internal array if index is outside the current bounds of the list. The values of any additional pointers are then set to NULL
.
Overloaded from parent to return an SoEngineOutput pointer.
|
inline |
Index operator to set element at index. Does not expand array bounds if index is outside the list.
Overloaded from parent to destruct the replaced item.