![]() |
PK_OFFSET_array_t |
This structure contains an array of entities of type PK_OFFSET_t typedef struct PK_OFFSET_array_s { PK_OFFSET_t *array; --- array of OFFSET surfaces int length; --- length of array } PK_OFFSET_array_t; It has the fields: 'array': array of entities of type PK_OFFSET_t 'length': the number of entities in 'array'