void pinq_model_clip_facs(
Pint length, /* length of application list */ Pint start, /* starting position */ Pint *error_ind, /* (out) error indicator */ Pint *num_planes, /* (out) number of planes */ Pint_list *ops, /* (out) list of operators */ Pint *total_length /* (out) length of list in GPHIGS */
)
typedef struct {
Pint num_ints; /* number of Pints in list */
Pint *ints; /* list of integers */
} Pint_list;
The data is read from the PHIGS description table.