1SFSETI(3NCARG) NCAR GRAPHICS SFSETI(3NCARG)
2
3
4
6 SFSETI - Used to set the current integer value of a specified internal
7 parameter.
8
10 CALL SFSETI (CNP, IVP)
11
13 #include <ncarg/ncargC.h>
14
15 void c_sfseti (char *cnp, int ivp)
16
18 CNP (an input expression of type CHARACTER) is one of the
19 character strings 'AN', 'CH', 'DO', 'SP', or 'TY' (or a
20 longer string beginning with one of these strings), meaning
21 "ANgle", "CHaracter", "DOts", "SPacing", and "TYpe",
22 respectively.
23
24 IVP (an input expression of type INTEGER) is the desired new
25 value of the parameter specified by CNP. This value will be
26 used until the next call resetting it. If the internal
27 parameter is inherently of type REAL, the value "REAL(IVP)"
28 will be given to it.
29
31 The C-binding argument descriptions are the same as the FORTRAN
32 argument descriptions.
33
35 This routine allows you to set the current value of Softfill
36 parameters. For a complete list of parameters available in this
37 utility, see the softfill_params man page.
38
40 Use the ncargex command to see the following relevant example: agex12,
41 cpex01, cpex02, cpex03, cpex04, cpex05, elblba, sfex01, sfex02, vvex01,
42 tlblba, tsoftf, fsfsgfa.
43
45 To use SFSETI or c_sfseti, load the NCAR Graphics libraries ncarg,
46 ncarg_gks, and ncarg_c, preferably in that order.
47
49 See the softfill man page for a description of all Softfill error
50 messages and/or informational messages.
51
53 Online: softfill, softfill_params, sfgetc, sfgeti, sfgetp, sfgetr,
54 sfsetc, sfseti, sfsetp, sfsetr, sfsgfa, sfwrld, ncarg_cbind
55
56 Hardcopy: NCAR Graphics Fundamentals, UNIX Version
57
59 Copyright (C) 1987-2009
60 University Corporation for Atmospheric Research
61
62 The use of this Software is governed by a License Agreement.
63
64
65
66UNIX March 1993 SFSETI(3NCARG)