1c_ftsetfa(3NCARG) NCAR GRAPHICS c_ftsetfa(3NCARG)
2
3
4
6 Set float valued array parameters
7
9 int c_ftsetfa(char *pnam, int n, float *far);
10
12 int c_ftsetfa (pnam, n, far);
13
15 pnam The name of the control parameter to be assigned a float
16 array value.
17
18 n The number of float values in the array.
19
20 far A pointer to the n-element input array.
21
23 c_ftsetra is used to set values for any of the control parameters that
24 take floating arrays. The values set by c_ftsetfa remain in effect
25 until changed by subsequent calls to c_ftsetfa .
26
28 To use c_ftsetfa, load the NCAR Graphics library ngmath.
29
31 fitgrid_params, c_ftsetfa, c_ftgetfa_size, c_ftgetfa_data
32
33 Complete documentation for Fitgrid is available at URL
34 http://ngwww.ucar.edu/ngdoc/ng/ngmath/fitgrid/fithome.html
35
37 Copyright (C) 2000
38 University Corporation for Atmospheric Research
39
40 The use of this Software is governed by a License Agreement.
41
42
43
44UNIX March 1998 c_ftsetfa(3NCARG)