1SFSETC(3NCARG) NCAR GRAPHICS SFSETC(3NCARG)
2
3
4
6 SFSETC - Used to set the character value of a specified internal
7 parameter.
8
10 CALL SFSETC (CNP, CVP)
11
13 #include <ncarg/ncargC.h>
14
15 void c_sfsetc (char *cnp, char *cvp)
16
18 CNP (an input expression of type CHARACTER) is the name of an
19 internal parameter of SOFTFILL. Currently, the only legal
20 value is 'CH' (or any longer string beginning with 'CH'),
21 which stands for "CHaracter".
22
23 CVP (an input expression of type CHARACTER) is the desired new
24 value of the parameter specified by CNP. This value will be
25 used until the next call resetting 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 Softfill
33 parameters. For a complete list of parameters available in this
34 utility, see the softfill_params man page.
35
37 Use the ncargex command to see the following relevant examples: sfex01,
38 tsoftf.
39
41 To use SFSETC or c_sfsetc, load the NCAR Graphics libraries ncarg,
42 ncarg_gks, and ncarg_c, preferably in that order.
43
45 See the softfill man page for a description of all Softfill error
46 messages and/or informational messages.
47
49 Online: softfill, softfill_params, sfgetc, sfgeti, sfgetp, sfgetr,
50 sfseti, sfsetp, sfsetr, sfsgfa, sfwrld, ncarg_cbind
51
52 Hardcopy: NCAR Graphics Fundamentals, UNIX Version
53
55 Copyright (C) 1987-2007
56 University Corporation for Atmospheric Research
57
58 This documentation is free software; you can redistribute it and/or
59 modify it under the terms of the GNU General Public License as
60 published by the Free Software Foundation; either version 2 of the
61 License, or (at your option) any later version.
62
63 This software is distributed in the hope that it will be useful, but
64 WITHOUT ANY WARRANTY; without even the implied warranty of
65 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
66 General Public License for more details.
67
68 You should have received a copy of the GNU General Public License along
69 with this software; if not, write to the Free Software Foundation,
70 Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
71
72
73
74
75UNIX March 1993 SFSETC(3NCARG)