-
Notifications
You must be signed in to change notification settings - Fork 4
Generic Maps
Riccardo De Maria edited this page Jul 21, 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 |
Attr | Type | Size | Desc |
---|---|---|---|
ncode |
int |
1 |
Length of the code |
code |
int |
ncode |
bytecode |
ntarget |
int |
1 |
Number of targets |
targets |
int |
ntargets |
index of elemf or elem that needs to be modified on update |
consti |
int |
* |
Integer constant array used by the code |
constf |
int |
* |
Float constant array used by the code |