typedef void (*PK_GOPIXL_f_t)(const int *npixels, const double *rvals,
const int *nints, const int *ivals,
int *ifail);
Output encoded pixel data. This function is documented for legacy
purposes only, and should not be implemented for new Parasolid applications.
The arguments have the following significance :-
npixels and rvals
npixels is the number of pixels to output in a row (ie. scan line)
rvals contains 3 * npixels reals. Each group consists of
3 positive real values :-
1. Intensity of red for the pixel
2. Intensity of green for the pixel
3. Intensity of blue for the pixel
nints and ivals
nints and ivals should be ignored.
ifail
ifail - a code indicating whether the Frustrum wants
to abort graphic output; one of the values
CONTIN = 0; --- Continue: no errors
ABORT = -1011; --- Abort: return control to caller