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-2009
39 University Corporation for Atmospheric Research
40
41 The use of this Software is governed by a License Agreement.
42
43
44
45UNIX March 1993 CPRSET(3NCARG)