1GASETI(3NCARG) NCAR GRAPHICS GASETI(3NCARG)
2
3
4
6 GASETI - Gives an integer value to an internal parameter of Gridall.
7
9 CALL GASETI (PNAM,IVAL)
10
12 #include <ncarg/ncargC.h>
13
14 void c_gaseti (char *pnam, int ival)
15
17 PNAM (an input constant or variable of type CHARACTER) is a
18 string three or more characters in length, the first three
19 characters of which constitute the name of the internal
20 parameter whose value is to be set.
21
22 IVAL (an input expression of type INTEGER) is the new value to
23 be given to the internal parameter specified by PNAM. If
24 the internal parameter is of type REAL, the value
25 REAL(IVAL) will be given to it.
26
28 The C-binding argument descriptions are the same as the FORTRAN
29 argument descriptions.
30
32 This routine allows you to set the current value of Gridall parameters.
33 For a complete list of parameters available in this utility, see the
34 gridall_params man page.
35
37 To use GASETI or c_gaseti, load the NCAR Graphics libraries ncarg,
38 ncarg_gks, and ncarg_c, preferably in that order.
39
41 See the gridall man page for a description of all Gridall error
42 messages and/or informational messages.
43
45 Online: gridall, gridall_params, gacolr, gagetc, gageti, gagetr,
46 gasetc, gasetr, grid, gridal, gridl, halfax, labmod, perim, periml,
47 tick4, ticks ncarg_cbind.
48
49 Hardcopy: NCAR Graphics Fundamentals, UNIX Version
50
52 Copyright (C) 1987-2009
53 University Corporation for Atmospheric Research
54 The use of this Software is governed by a License Agreement.
55
56
57
58UNIX March 1993 GASETI(3NCARG)