![]() |
PK_TRCURVE_array_t |
This structure contains an array of entities of type PK_TRCURVE_t typedef struct PK_TRCURVE_array_s { PK_TRCURVE_t *array; --- array of TRimmed CURVEs int length; --- length of array } PK_TRCURVE_array_t; It has the fields: 'array': array of entities of type PK_TRCURVE_t 'length': the number of entities in 'array'