#include <Inventor/lists/SoEngineOutputList.h>
Inheritance diagram for SoEngineOutputList:
Public Methods | |
SoEngineOutputList (void) | |
SoEngineOutputList (const int sizehint) | |
SoEngineOutputList (const SoEngineOutputList &l) | |
SoEngineOutput * | operator[] (const int idx) const |
|
Default constructor. |
|
This constructor initializes the internal allocated size for the list to sizehint. Note that the list will still initially contain zero items. |
|
Copy constructor. |