#include <Inventor/lists/SbIntList.h>
Inheritance diagram for SbIntList:

Public Member Functions | |
| 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 |
|
|
Default constructor. |
|
|
This constructor initializes the internal allocated size for the list to sizehint. Note that the list will still initially contain zero items.
|
|
|
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. Reimplemented from SbPList. |
1.3.6