#include <Inventor/lists/SoDetailList.h>
Public Member Functions | |
SoDetailList (void) | |
SoDetailList (const int sizehint) | |
SoDetailList (const SoDetailList &l) | |
void | set (const int index, SoDetail *item) |
SoDetailList::SoDetailList | ( | void | ) | [inline] |
Default constructor.
SoDetailList::SoDetailList | ( | 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.
SoDetailList::SoDetailList | ( | const SoDetailList & | l | ) | [inline] |
void SoDetailList::set | ( | const int | index, | |
SoDetail * | 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.