#include <Inventor/SbPList.h>Go to the source code of this file.
Functions | |
| SbIntList () | |
| SbIntList (int initSize) | |
| void | append (int integer) |
| void | set (int index, int val) |
| void | set (int startIndex, int *values, int numValues) |
| int | find (int integer) |
| void | insert (int integer, int addBefore) |
| int & | operator[] (int i) const |
| void append | ( | int | integer | ) |
| int find | ( | int | integer | ) |
| void insert | ( | int | integer, | |
| int | addBefore | |||
| ) |
| int& operator[] | ( | int | i | ) | const |
Returns the i'th value of the field.
Indexing past the end of the field (passing in i greater than getNum()) will return garbage.
| SbIntList | ( | int | initSize | ) |
| void set | ( | int | startIndex, | |
| int * | values, | |||
| int | numValues | |||
| ) |
| void set | ( | int | index, | |
| int | val | |||
| ) |