1CPRSET(3NCARG) NCAR GRAPHICS CPRSET(3NCARG)
2
3
4
6 CPRSET - Resets all parameters to their initial default values.
7
9 CALL CPRSET
10
12 #include <ncarg/ncargC.h>
13
14 void c_cprset()
15
17 CPRSET has no arguments.
18
20 Calling this routine restores all Conpack parameters to their initial
21 default values. For a complete list of parameters available in this
22 utility, see the conpack_params man page.
23
25 To use CPRSET or c_cprset, load the NCAR Graphics libraries ncarg,
26 ncarg_gks, and ncarg_c, preferably in that order.
27
29 Online: conpack, conpack_params, cpback, cpchcf, cpchcl, cpchhl,
30 cpchil, cpchll, cpcica, cpclam, cpcldm, cpcldr, cpcltr, cpcnrc, cpdrpl,
31 cpezct, cpgetc, cpgeti, cpgetr, cplbam, cplbdr, cpmpxy, cpmviw, cpmvrw,
32 cppkcl, cppklb, cprect, cpscae, cpsetc, cpseti, cpsetr, cpsps1, cpsps2,
33 ncarg_cbind
34
35 Hardcopy: NCAR Graphics Contouring and Mapping Tutorial
36
38 Copyright (C) 1987-2007
39 University Corporation for Atmospheric Research
40
41 This documentation is free software; you can redistribute it and/or
42 modify it under the terms of the GNU General Public License as
43 published by the Free Software Foundation; either version 2 of the
44 License, or (at your option) any later version.
45
46 This software is distributed in the hope that it will be useful, but
47 WITHOUT ANY WARRANTY; without even the implied warranty of
48 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
49 General Public License for more details.
50
51 You should have received a copy of the GNU General Public License along
52 with this software; if not, write to the Free Software Foundation,
53 Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
54
55
56
57
58UNIX March 1993 CPRSET(3NCARG)