-
Notifications
You must be signed in to change notification settings - Fork 4
Generic Maps
Riccardo De Maria edited this page Jun 6, 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 |
index |
int |
nrec |
Passage counts |
last |
int |
nrec |
Last record index |
datai |
int |
nrec*ndi |
Data |
dataf |
float |
nrec*ndf |
Data |