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

gcopy_seg_ws - copies a GKS segment to a GKS workstation

Access

       To use the GKS C-binding routines, load the ncarg_gks and ncarg_c libraries.

Description

       ws_id       (Input)  -  Specifies  the  workstation identifier (as defined in a gopen_ws call) that is to
                   receive the segment copy.

       seg_name    (Input) - Identifies the segment that is to be copied to the specified workstation.  seg_name
                   must have been used in a previous call to gcreate_seg.

Name

       gcopy_seg_ws - copies a GKS segment to a GKS workstation

See Also

       Online: geval_tran_matrix(3NCARG),gaccum_tran_matrix(3NCARG),gclose_seg(3NCARG),gcreate_seg(3NCARG),gdel_seg(3NCARG),ginq_name_open_seg(3NCARG),ginq_set_seg_names(3NCARG),gset_seg_tran(3NCARG),gks(3NCARG),ncarg_gks_cbind(3NCARG)

       Hardcopy: User's Guide for NCAR GKS-0A Graphics; NCAR Graphics Fundamentals, UNIX Version

Synopsis

       #include <ncarg/gks.h>

       void gcopy_seg_ws(Gint ws_id, Gint seg_name);

See Also