PK_MESH_defect_array_t   

typedef struct PK_MESH_defect_array_s
    {
    int                       n_defects;
    PK_MESH_defect_details_t *defects;
    }
PK_MESH_defect_array_t;



A structure packaging any remaining defects of the mesh.

Used in:

PK_FACE_fix_mesh_defects_r_t
PK_MESH_defect_array_f
PK_MESH_fix_defects


This structure contains information about a resultant fixed mesh.
It has the following fields:

 'n_defects'    Number of defects on the resultant mesh

 'defects'      Information about any defects on the resultant mesh

The function PK_MESH_defect_array_f may be used to free associated memory.