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