PK_SURF_fix_self_int_r_t   

struct PK_SURF_fix_self_int_r_s
    {
    int                          n_surfs;
    PK_SURF_fix_self_int_surf_t *surfs;
    PK_SURF_fix_fault_t          fault;
    };

typedef struct PK_SURF_fix_self_int_r_s PK_SURF_fix_self_int_r_t;



A structure packaging the resultant fixed surfaces.

Used in:

PK_SURF_fix_self_int
PK_SURF_fix_self_int_r_f


The structure has the following fields :

'n_surfs'    The number of resultant surfaces.

'surfs'      An array of length 'n_surfs', each element holding information on
             the resultant surface.

'fault'      The status of the operation.

The function PK_SURF_fix_self_int_r_f may be used to free associated memory.