![]() |
PK_MFACET_array_t |
typedef struct PK_MFACET_array_s { PK_MFACET_t *array; int length; } PK_MFACET_array_t; This structure contains an array of PK_MFACET_t.
It has the fields: 'array' array of elements of type PK_MFACET_t 'length' the number of elements in 'array'