1CPSETI(3NCARG) NCAR GRAPHICS CPSETI(3NCARG)
2
3
4
6 CPSETI - Sets the value of an internal parameter of type INTEGER or
7 REAL.
8
10 CALL CPSETI (PNAM, IVAL)
11
13 #include <ncarg/ncargC.h>
14
15 void c_cpseti (char *pnam, int ival)
16
18 PNAM (CHARACTER, input) is the name of a parameter to be given
19 an integer value. Only the first three characters of PNAM
20 are examined. It is recommended that the rest of the
21 character string be used to improve the readability of the
22 code. For example, instead of 'ILA', use 'ILA -
23 INFORMATIONAL LABEL ANGLE'.
24
25 IVAL (INTEGER, input) is an expression, the value of which is to
26 be given to the parameter specified by PNAM. If the
27 internal parameter is of type INTEGER, the value given to
28 it is IVAL. If the internal parameter is of type REAL, the
29 value given to it is REAL(IVAL).
30
32 The C-binding argument descriptions are the same as the FORTRAN
33 argument descriptions.
34
36 This routine allows you to set the current value of Conpack parameters.
37 For a complete list of parameters available in this utility, see the
38 conpack_params man page.
39
41 Use the ncargex command to see the following relevant examples: ccpcfx,
42 ccpcica, ccpcir, ccpcis, ccpcit, ccpclc, ccpcld, ccpcldm, ccpcll,
43 ccpclu, ccpfil, ccphand, ccphcf, ccphl, ccphlt, ccpila, ccpklb,
44 ccplbdr, ccpline, ccpllb, ccpllc, ccplll, ccpllo, ccpllp, ccpllt,
45 ccpllw, ccpmap, ccpmovi, ccpmpxy, ccpncls, ccpnet, ccpnof, ccpnsd,
46 ccppc, ccppc1, ccppc2, ccppc3, ccppc4, ccppkcl, ccppole, ccprc,
47 ccppole, ccpset, ccpspv, ccpt2d, ccpvp, ccpvs, colcon, cpex01, cpex02,
48 cpex03, cpex04, cpex05, cpex06, cpex07, cpex08, cpex09, cbex01, vvex01,
49 tconpa, fcover, ffex03, ffex05, fsfsgfa.
50
52 To use CPSETI or c_cpseti, load the NCAR Graphics libraries ncarg,
53 ncarg_gks, and ncarg_c, preferably in that order.
54
56 See the conpack man page for a description of all Conpack error
57 messages and/or informational messages.
58
60 Online: conpack, conpack_params, cpback, cpchcf, cpchcl, cpchhl,
61 cpchil, cpchll, cpcica, cpclam, cpcldm, cpcldr, cpcltr, cpcnrc, cpdrpl,
62 cpezct, cpgetc, cpgeti, cpgetr, cplbam, cplbdr, cpmpxy, cpmviw, cpmvrw,
63 cppkcl, cppklb, cprect, cprset, cpscae, cpsetc, cpsetr, cpsps1, cpsps2,
64 ncarg_cbind
65
66 Hardcopy: NCAR Graphics Contouring and Mapping Tutorial
67
69 Copyright (C) 1987-2007
70 University Corporation for Atmospheric Research
71
72 This documentation is free software; you can redistribute it and/or
73 modify it under the terms of the GNU General Public License as
74 published by the Free Software Foundation; either version 2 of the
75 License, or (at your option) any later version.
76
77 This software is distributed in the hope that it will be useful, but
78 WITHOUT ANY WARRANTY; without even the implied warranty of
79 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
80 General Public License for more details.
81
82 You should have received a copy of the GNU General Public License along
83 with this software; if not, write to the Free Software Foundation,
84 Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
85
86
87
88
89UNIX March 1993 CPSETI(3NCARG)