TPCCLIB
Loading...
Searching...
No Matches
INTEGER_LIST Struct Reference

#include <libtpcmisc.h>

Data Fields

int nr
 
int _allocNr
 
int * list
 

Detailed Description

Integer list for functions integerListInit(), integerListEmpty(), integerListAdd(), and integerListSort().

Definition at line 327 of file libtpcmisc.h.

Field Documentation

◆ _allocNr

int INTEGER_LIST::_allocNr

Allocated list size

Definition at line 331 of file libtpcmisc.h.

Referenced by integerListAdd(), integerListEmpty(), and integerListInit().

◆ list

int* INTEGER_LIST::list

List of integers

Definition at line 333 of file libtpcmisc.h.

Referenced by integerListAdd(), integerListEmpty(), integerListInit(), and integerListSort().

◆ nr

int INTEGER_LIST::nr

Nr of integers

Definition at line 329 of file libtpcmisc.h.

Referenced by imgMaskRoiNr(), integerListAdd(), integerListEmpty(), integerListInit(), and integerListSort().


The documentation for this struct was generated from the following file: