1SFGETR(3NCARG) NCAR GRAPHICS SFGETR(3NCARG)
2
3
4
6 SFGETR - Used to retrieve the current real value of a specified
7 parameter.
8
10 CALL SFGETR (CNP, RVP)
11
13 #include <ncarg/ncargC.h>
14
15 void c_sfgetr (char *cnp, float *rvp)
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 RVP (an output variable of type REAL) is the name of a variable
25 into which the value of the parameter specified by CNP is
26 to be retrieved. If the internal parameter is inherently
27 an integer value "i", "REAL(i)" will be returned as the
28 value of RVP.
29
31 The C-binding argument descriptions are the same as the FORTRAN
32 argument descriptions.
33
35 This routine allows you to retrieve 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 To use SFGETR or c_sfgetr, load the NCAR Graphics libraries ncarg,
41 ncarg_gks, and ncarg_c, preferably in that order.
42
44 See the softfill man page for a description of all Softfill error
45 messages and/or informational messages.
46
48 Online: softfill, softfill_params, sfgetc, sfgeti, sfgetp, sfsetc,
49 sfseti, sfsetp, sfsetr, sfsgfa, sfwrld, ncarg_cbind
50
51 Hardcopy: NCAR Graphics Fundamentals, UNIX Version
52
54 Copyright (C) 1987-2009
55 University Corporation for Atmospheric Research
56 The use of this Software is governed by a License Agreement.
57
58
59
60UNIX March 1993 SFGETR(3NCARG)