1AGSAVE(3NCARG) NCAR GRAPHICS AGSAVE(3NCARG)
2
3
4
6 AGSAVE - Saves the current state of Autograph for later restoration by
7 AGRSTR.
8
10 CALL AGSAVE (IFNO)
11
13 #include <ncarg/ncargC.h>
14
15 void c_agsave (int ifno)
16
18 IFNO (an input expression of type INTEGER) is the number of a
19 unit to which a single unformatted record is to be written.
20 It is the user's responsibility to position this unit.
21 AGSAVE does not rewind it, either before or after writing
22 the record.
23
25 The C-binding argument description is the same as the FORTRAN argument
26 description.
27
29 This routine saves internal parameter values to a file. For a complete
30 list of parameters available in this utility, see the autograph_params
31 man page.
32
34 To use AGSAVE or c_agsave, load the NCAR Graphics libraries ncarg,
35 ncarg_gks, and ncarg_c, preferably in that order. To get smoother
36 curves, drawn using spline interpolation, also load libdashsmth.o. Or,
37 you can use the ncargf77 command to compile your program and load the
38 above libraries, then, to get smoother curves, use the -dashsmth
39 option.
40
42 See the autograph man page for a description of all Autograph error
43 messages and/or informational messages.
44
46 Online: autograph, autograph_params, agback, agbnch, agchax, agchcu,
47 agchil, agchnl, agcurv, agdshn, aggetc, aggetf, aggeti, aggetp, aggetr,
48 agpwrt, agrstr, agsetc, agsetf, agseti, agsetp, agsetr, agstup, agutol,
49 anotat, displa, ezmxy, ezmy, ezxy, ezy
50
51 Hardcopy: NCAR Graphics Fundamentals, UNIX Version
52
54 Copyright (C) 1987-2007
55 University Corporation for Atmospheric Research
56
57 This documentation is free software; you can redistribute it and/or
58 modify it under the terms of the GNU General Public License as
59 published by the Free Software Foundation; either version 2 of the
60 License, or (at your option) any later version.
61
62 This software is distributed in the hope that it will be useful, but
63 WITHOUT ANY WARRANTY; without even the implied warranty of
64 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
65 General Public License for more details.
66
67 You should have received a copy of the GNU General Public License along
68 with this software; if not, write to the Free Software Foundation,
69 Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
70
71
72
73UNIX March 1993 AGSAVE(3NCARG)