-
Notifications
You must be signed in to change notification settings - Fork 4
Generic Maps
Riccardo De Maria edited this page Jun 4, 2015
·
11 revisions
#Generic Maps
| Attr | Type | Size | Desc |
| nelem | int | 1 | Number of element to loop|
| elems | int | nelem | List of elements id |
| Attr | Type | Size | Desc |
| count_max | int | 1 | Number of counts before returning -1 and reset the counter|
| count | int | nelem | 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 |