1c_ftgetfa_data(3NCARG) NCAR GRAPHICS c_ftgetfa_data(3NCARG)
2
3
4
6 c_ftgetfa_data - retrieve array values
7
9 float *c_ftgetfa_data(char *);
10
12 float *c_ftgetfa_data (pnam)
13
15 pnam The name of the control parameter whose value is to be
16 retrieved.
17
19 c_ftgetfa_data returns a pointer to a array of data (or returns a null
20 pointer if an error occurs). The size of the array can be obtained by
21 using c_ftgetfa_size.
22
24 c_ftgetfa_data is a called to obtain current values for any of the
25 float valued array control parameters.
26
28 To use c_ftgetfa_data, load the NCAR Graphics library ngmath.
29
31 fitgrid_params, c_ftsetfa, c_ftgetfa, c_ftgetfa_size
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_ftgetfa_data(3NCARG)