![]() |
PK_SPCURVE_array_t |
This structure contains an array of entities of type PK_SPCURVE_t typedef struct PK_SPCURVE_array_s { PK_SPCURVE_t *array; --- array of Surface Parameter CURVEs int length; --- length of array } PK_SPCURVE_array_t; It has the fields: 'array': array of entities of type PK_SPCURVE_t 'length': the number of entities in 'array'