PK_LATTICE_clip_r_t   

struct PK_LATTICE_clip_r_s
    {
    int                  r_t_version; --- version number of return structure
    PK_clip_result_t     result;      --- result of clipping operation
    int                  n_lattices;  --- number of created lattices
    PK_clip_lattice_r_t *lattices;    --- lattices created by clipping and
                                      --- associated information
    };
typedef struct PK_LATTICE_clip_r_s PK_LATTICE_clip_r_t;


A structure packaging the results of PK_LATTICE_clip.

Used in:

PK_LATTICE_clip
PK_LATTICE_clip_r_f


The structure has the following fields:

'result'        The result status of the clipping operation.

'n_lattices'    The number of clipped lattices.

'lattices'      The clipped lattices and associated information.

The function PK_LATTICE_clip_r_f may be used to free associated memory,
including substructures.