|
TPCCLIB
|
#include <libtpcmisc.h>
Data Fields | |
| int | nr |
| int | _allocNr |
| int * | list |
Integer list for functions integerListInit(), integerListEmpty(), integerListAdd(), and integerListSort().
Definition at line 327 of file libtpcmisc.h.
| int INTEGER_LIST::_allocNr |
Allocated list size
Definition at line 331 of file libtpcmisc.h.
Referenced by integerListAdd(), integerListEmpty(), and integerListInit().
| int* INTEGER_LIST::list |
List of integers
Definition at line 333 of file libtpcmisc.h.
Referenced by integerListAdd(), integerListEmpty(), integerListInit(), and integerListSort().
| int INTEGER_LIST::nr |
Nr of integers
Definition at line 329 of file libtpcmisc.h.
Referenced by imgMaskRoiNr(), integerListAdd(), integerListEmpty(), integerListInit(), and integerListSort().