1STSETI(3NCARG) NCAR GRAPHICS STSETI(3NCARG)
2
3
4
6 STSETI - Sets the value of an internal parameter of type INTEGER.
7
9 CALL STSETI (CNM,IVL)
10
12 #include <ncarg/ncargC.h>
13
14 void c_stseti(char *cnm, int ivl)
15
17 CNM (CHARACTER, input) is the name of a parameter to be given
18 an integer value. Only the first three characters of CNM
19 are examined. The three characters must either be entirely
20 upper or entirely lower case; mixed case is not recognized.
21 It is recommended that the rest of the character string be
22 used to improve the readability of the code. For example,
23 instead of ´CKP´, use ´CKP - Check Progress Iteration
24 Count´.
25
26 IVL (INTEGER, input) is an expression, the value of which is to
27 be given to the parameter specified by CNM.
28
30 The C-binding argument descriptions are the same as the FORTRAN
31 argument descriptions.
32
34 This routine allows you to set the current value of Streamlines
35 parameters of type INTEGER. For a complete list of parameters available
36 in this utility, see the streamlines_params man page.
37
39 Use the ncargex command to see the following relevant examples: ffex00,
40 ffex03, ffex04, stex01, stex02, stex03.
41
43 To use STSETI or c_stseti, load the NCAR Graphics libraries ncarg,
44 ncarg_gks, and ncarg_c, preferably in that order.
45
47 See the streamlines man page for a description of all Streamlines error
48 messages and/or informational messages.
49
51 Online: stgetc, stgeti, stgetr, stinit, stream, streamlines,
52 streamlines_params, strset, stsetc, stsetr, stuixy, stumsl, stumta,
53 stumxy, ncarg_cbind.
54
55 Hardcopy: NCAR Graphics Fundamentals, UNIX Version
56
58 Copyright (C) 1987-2009
59 University Corporation for Atmospheric Research
60 The use of this Software is governed by a License Agreement.
61
62
63
64UNIX April 1993 STSETI(3NCARG)