36 #ifndef QPOASES_INDEXLIST_H 37 #define QPOASES_INDEXLIST_H 92 int**
const numberarray
99 int**
const iSortArray
173 if ( ( physicalindex < 0 ) || ( physicalindex > _THIS->
length ) )
176 return _THIS->
number[physicalindex];
static int Indexlist_getLastNumber(Indexlist *_THIS)
int Indexlist_getIndex(Indexlist *_THIS, int givennumber)
returnValue Indexlist_removeNumber(Indexlist *_THIS, int removenumber)
static BooleanType Indexlist_isMember(Indexlist *_THIS, int _number)
int Indexlist_findInsert(Indexlist *_THIS, int i)
Allows to pass back messages to the calling function.
returnValue Indexlist_getISortArray(Indexlist *_THIS, int **const iSortArray)
void IndexlistCON(Indexlist *_THIS, int n)
returnValue Indexlist_swapNumbers(Indexlist *_THIS, int number1, int number2)
returnValue Indexlist_addNumber(Indexlist *_THIS, int addnumber)
static int Indexlist_getLength(Indexlist *_THIS)
returnValue Indexlist_init(Indexlist *_THIS, int n)
#define END_NAMESPACE_QPOASES
static int Indexlist_getNumber(Indexlist *_THIS, int physicalindex)
void IndexlistCPY(Indexlist *FROM, Indexlist *TO)
int number[INDEXLISTFACTOR *(NVMAX+NCMAX)]
Stores and manages index lists.
returnValue Indexlist_getNumberArray(Indexlist *_THIS, int **const numberarray)
#define BEGIN_NAMESPACE_QPOASES