#include <epr_api.h>
List of all members.
Detailed Description
The EPR_Record structure represents a record instance read from an ENVISAT dataset. A record is composed of multiple fields.
- See also:
- EPR_Field
Definition at line 447 of file epr_api.h.
Member Data Documentation
| EPR_SField** EPR_SRecord::fields |
The record fields. An array of EPR_Field* of length info->num_fields
Definition at line 471 of file epr_api.h.
| EPR_SRecordInfo* EPR_SRecord::info |
The corresponding record info for this record (a 'soft' pointer).
Definition at line 458 of file epr_api.h.
The magic number for this structure. IMPORTANT: This must always be the first member of this structure.
Definition at line 453 of file epr_api.h.
The number of fields contained in this record. The value is always equal info->field_infos->length and is provided here for convenience only.
Definition at line 465 of file epr_api.h.
The documentation for this struct was generated from the following file: