#include <Inventor/lists/SoDetailList.h>
Inheritance diagram for SoDetailList::
Public Methods | |
SoDetailList (void) | |
SoDetailList (const int sizehint) | |
SoDetailList (const SoDetailList &l) | |
void | set (const int index, SoDetail *item) |
|
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.
|
|
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. |