#include <Inventor/lists/SoEngineOutputList.h>
Public Member Functions | |
SoEngineOutputList (void) | |
SoEngineOutputList (const int sizehint) | |
SoEngineOutputList (const SoEngineOutputList &l) | |
void | set (const int index, SoEngineOutput *item) |
SoEngineOutputList::SoEngineOutputList | ( | void | ) | [inline] |
Default constructor.
SoEngineOutputList::SoEngineOutputList | ( | const int | sizehint | ) | [inline] |
This constructor initializes the internal allocated size for the list to sizehint. Note that the list will still initially contain zero items.
SoEngineOutputList::SoEngineOutputList | ( | const SoEngineOutputList & | l | ) | [inline] |
void SoEngineOutputList::set | ( | const int | index, | |
SoEngineOutput * | item | |||
) | [inline] |
This method sets the element at index to item. Does the same thing as SbList::operator[](). This method is only present for compatibility with the original Inventor API.