1AGSETI(3NCARG) NCAR GRAPHICS AGSETI(3NCARG)
2
3
4
6 AGSETI - Allows a user program to store the real equivalent of an
7 integer as the value of a single parameter.
8
10 CALL AGSETI (TPGN,IUSR)
11
13 #include <ncarg/ncargC.h>
14
15 void c_agseti (char *tpgn, int iusr)
16
18 TPGN (an input expression of type CHARACTER) is a parameter
19 identifier, as described for AGSETP, above. If a group of
20 more than one parameter is specified, only the first
21 element of that group will be affected by the call.
22
23 IUSR (an input expression of type INTEGER) is the value to be
24 given to the parameter specified by TPGN.
25
27 The C-binding argument descriptions are the same as the FORTRAN
28 argument descriptions.
29
31 This routine allows you to set the current value of Autograph
32 parameters. For a complete list of parameters available in this
33 utility, see the autograph_params man page.
34
36 Use the ncargex command to see the following relevant examples: agex05,
37 agex06, agex07, agex08, agex09, agex10, agex11, agex12, agex13, bnchmk,
38 cbex01, tagupw, tautog, fagaxlbl, fagovrvw, fspponts.
39
41 To use AGSETI or c_agseti, load the NCAR Graphics libraries ncarg,
42 ncarg_gks, and ncarg_c, preferably in that order. To get smoother
43 curves, drawn using spline interpolation, also load libdashsmth.o. Or,
44 you can use the ncargf77 command to compile your program and load the
45 above libraries, then, to get smoother curves, use the -dashsmth
46 option.
47
49 Online: autograph, autograph_params, agback, agbnch, agchax, agchcu,
50 agchil, agchnl, agcurv, agdshn, aggetc, aggetf, aggeti, aggetp, aggetr,
51 agpwrt, agrstr, agsave, agsetc, agsetf, agsetp, agsetr, agstup, agutol,
52 anotat, displa, ezmxy, ezmy, ezxy, ezy
53
54 Hardcopy: NCAR Graphics Fundamentals, UNIX Version
55
57 Copyright (C) 1987-2007
58 University Corporation for Atmospheric Research
59
60 This documentation is free software; you can redistribute it and/or
61 modify it under the terms of the GNU General Public License as
62 published by the Free Software Foundation; either version 2 of the
63 License, or (at your option) any later version.
64
65 This software is distributed in the hope that it will be useful, but
66 WITHOUT ANY WARRANTY; without even the implied warranty of
67 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
68 General Public License for more details.
69
70 You should have received a copy of the GNU General Public License along
71 with this software; if not, write to the Free Software Foundation,
72 Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
73
74
75
76UNIX March 1993 AGSETI(3NCARG)