PK_GOOPPX_f_t   


typedef void (*PK_GOOPPX_f_t)(const int *nreals, const double *rvals,
                              const int *nints,  const int    *ivals,
                                    int *ifail);



Open output of encoded pixel data. This function is documented for legacy
purposes only, and should not be implemented for new Parasolid applications.




 Opens the output of pixel data.

 The arguments have the following significance :-


    nreals and rvals
    nreals     - length of the real array = 4
    
    `rvals[0]' } - image space position of top left of picture = (Xmin, Ymin)
    `rvals[1]' }
    
    `rvals[2]' } - image space position of bottom right of picture =
    `rvals[3]' }                                                 (Xmax, Ymax)

    ninits and ivals
    nints      - length of the integer array = 4
    
    `ivals[0]' } - pixel at top left of picture = (xmin, ymin)
    `ivals[1]' }
    
    `ivals[2]' } - pixel at bottom right of picture = (xmax, ymax)
    `ivals[3]' }

    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