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-2007
40 University Corporation for Atmospheric Research
41
42 This documentation is free software; you can redistribute it and/or
43 modify it under the terms of the GNU General Public License as
44 published by the Free Software Foundation; either version 2 of the
45 License, or (at your option) any later version.
46
47 This software is distributed in the hope that it will be useful, but
48 WITHOUT ANY WARRANTY; without even the implied warranty of
49 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
50 General Public License for more details.
51
52 You should have received a copy of the GNU General Public License along
53 with this software; if not, write to the Free Software Foundation,
54 Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
55
56
57
58UNIX March 1993 OPNGKS(3NCARG)