logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

GQCLIP (Inquire clipping indicator) - retrieves the current value of the clipping indicator as well as

Access

       To use GKS routines, load the NCAR GKS-0A library ncarg_gks.

C-Binding Synopsis

       #include <ncarg/gks.h>

       void ginq_clip(Gint *err_ind, Gclip *clip_ind_rect);

Description

       ERRIND      (Integer, Output) - If the inquired values cannot be returned  correctly,  a  non-zero  error
                   indicator  is  returned  in  ERRIND, otherwise a zero is returned.  Consult "User's Guide for
                   NCAR GKS-0A Graphics" for a description of the meaning of the error indicators.

       ICLIP       (Integer, Output) - Returns the current value of the clipping indicator as set by default  or
                   by a call to GSCLIP.

                   0      Clipping is off, or deactivated.

                   1      Clipping is on. Data outside of the world coordinate window will not be plotted.

       CLRECT      (Real,  Array(4))  -  Four  normalized  device coordinates providing the corner points of the
                   current clipping rectangle in the order XMIN, XMAX, YMIN, YMAX.

Name

       GQCLIP  (Inquire  clipping  indicator) - retrieves the current value of the clipping indicator as well as
       the current clipping rectangle.

See Also

       Online: set, gsclip, gswn, gselnt, ginq_clip

       Hardcopy: "User's Guide for NCAR GKS-0A Graphics"

Synopsis

       CALL GQCLIP (ERRIND, ICLIP, CLRECT)

See Also