1GOPEN_GKS(3NCARG) NCAR GRAPHICS GOPEN_GKS(3NCARG)
2
3
4
6 gopen_gks (Open GKS) - opens the GKS package
7
9 #include <ncarg/gks.h>
10
11 void gopen_gks(const char *err_file, size_t mem_unit);
12
14 err_file (Input) - The place to which error messages are to be writ‐
15 ten. Typically this should be "stdout".
16
17 mem_unit (Input) - The dimension of an internal buffer. Currently
18 in NCAR GKS-0A, mem_unit is ignored.
19
21 To get output to any workstation, gopen_gks, gopen_ws and gactivate_ws
22 must be called in that order. For jobs producing only CGM output, the
23 three calls to gopen_gks, gopen_ws, and gactivate_ws can be replaced
24 with a call to the SPPS function c_opngks().
25
27 To use the GKS C-binding routines, load the ncarg_gks and ncarg_c
28 libraries.
29
31 Online: gopen_ws(3NCARG), gactivate_ws(3NCARG), gdeactivate_ws(3NCARG),
32 gclose_ws(3NCARG), gclose_gks(3NCARG), gupd_ws(3NCARG), opngks(3NCARG),
33 clsgks(3NCARG), gks(3NCARG), ncarg_gks_cbind(3NCARG)
34
35 Hardcopy: User's Guide for NCAR GKS-0A Graphics; NCAR Graphics Funda‐
36 mentals, UNIX Version
37
39 Copyright (C) 1987-2009
40 University Corporation for Atmospheric Research
41 The use of this Software is governed by a License Agreement.
42
43
44
45UNIX March 1993 GOPEN_GKS(3NCARG)