The sbintlist class is a container for integer list arrays.
#include <Inventor/lists/SbIntList.h>
Inherits SbPList.
SbIntList (void)
SbIntList (const int sizehint)
void append (const int item)
int find (const int item)
void insert (const int item, const int addbefore)
int & operator[] (const int idx) const
The SbIntList class is a container for integer list arrays.
See also:
SbList
Default constructor.
This constructor initializes the internal allocated size for the list to sizehint. Note that the list will still initially contain zero items.
See also:
SbList::SbList(const int sizehint)
Overridden from parent to accept an integer argument.
Overridden from parent to accept an integer argument.
Overridden from parent to accept an integer argument.
Overridden from parent to return an integer.
Generated automatically by Doxygen for Coin from the source code.