1OPNGKS(3NCARG) NCAR GRAPHICS OPNGKS(3NCARG)
2
3
4
6 OPNGKS - Opens GKS, opens and activates an NCAR GCM workstation
7 (workstation of type 1) with workstation ID of 1 and connection ID of
8 2.
9
11 OPNGKS is somewhat dated. It was primarily used with NCAR GKS-0A when
12 this package only allowed for a single metacode workstation. Now that
13 the NCAR GKS package provides for multiple workstations to be open, it
14 is recommended that standard GKS calls to GOPKS, GOPWK, and GACWK be
15 used instead.
16
18 CALL OPNGKS
19
21 #include <ncarg/ncargC.h>
22
23 void c_opngks()
24
26 Use the ncargex command to see the following relevant examples: agex01.
27
29 To use OPNGKS or c_opngks, load the NCAR Graphics libraries ncarg,
30 ncarg_gks, and ncarg_c, preferably in that order.
31
33 Online: spps, gopks, gopwk, gacwk, clsgks, setusv, getusv, ncarg_cbind
34
35 Hardcopy: NCAR Graphics Fundamentals, UNIX Version; User's Guide for
36 NCAR GKS-0A Graphics
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 OPNGKS(3NCARG)