-
Notifications
You must be signed in to change notification settings - Fork 4
Generic Maps
Anshu Aviral edited this page Jun 19, 2015
·
11 revisions
#Generic Maps
| Attr | Type | Size | Desc |
|---|---|---|---|
nelem |
int |
1 |
Number of element to loop |
elems |
int |
2*nelem |
List of pair of (id, mapid) to track |
| Attr | Type | Size | Desc |
|---|---|---|---|
count_max |
int |
1 |
Number of counts before returning -1 and reset the counter |
count |
int |
1 |
Count |
| Attr | Type | Size | Desc |
|---|---|---|---|
nrec |
int |
1 |
Number of records to keep |
skip |
int |
1 |
Number of passage to skip |
ndf |
int |
1 |
Size of float coord vector |
ndi |
int |
1 |
Size of integer coord vector |
last |
int |
1 |
Last record index |
count |
int |
1 |
Count index |
index |
int |
nrec |
Passage counts |
datai |
int |
nrec*ndi |
Data |
dataf |
float |
nrec*ndf |
Data |