Inventor/lists/SbIntList.h File Reference

#include <Inventor/SbPList.h>

Go to the source code of this file.

Functions

 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

Variables

SbIntList __pad0__

Function Documentation

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 
)

Open Inventor by FEI reference manual, generated on 19 Aug 2019
Copyright © FEI S.A.S. All rights reserved.
http://www.openinventor.com/