1MPRSET(3NCARG) NCAR GRAPHICS MPRSET(3NCARG)
2
3
4
6 MPRSET - Reset the internal state of EZMAP/EZMAPA to the default.
7
9 CALL MPRSET
10
12 #include <ncarg/ncargC.h>
13
14 void c_mprset()
15
17 MPRSET has no arguments.
18
20 MPRSET - Calling this routine resets the internal parameters of
21 EZMAP/EZMAPA to the default state and recalls the routine MAPINT to
22 initialize the package.
23
25 No example is available for MPRSET.
26
28 To use MPRSET or c_mprset, load the NCAR Graphics libraries ncarg,
29 ncarg_gks, and ncarg_c, preferably in that order.
30
32 Online: ezmap, ezmap_params, mapaci, mapbla, mapblm, mapdrw, mapeod,
33 mapfst, mapgci, mapgrd, mapgrm, mapgtc, mapgti, mapgtl, mapgtr, mapint,
34 mapiq, mapiqa, mapiqd, mapiqm, mapit, mapita, mapitd, mapitm, maplbl,
35 maplmb, maplot, mappos, maproj, maprs, maprst, mapsav, mapset, mapstc,
36 mapsti, mapstl, mapstr, maptra, maptri, maptrn, mapusr, mapvec, mpchln,
37 mpfnme, mpgetc, mpgeti, mpgetl, mpgetr, mpglty, mpiaty, mpifnb, mpilnb,
38 mpiola, mpiosa, mpipai, mpipan, mpipar, mpisci, mplnam, mplndm, mplndr,
39 mplnri, mpname, mpsetc, mpseti, mpsetl, mpsetr, supmap, supcon,
40 ncarg_cbind
41
42 Hardcopy: NCAR Graphics Contouring and Mapping Tutorial
43
45 Copyright (C) 1987-2007
46 University Corporation for Atmospheric Research
47
48 This documentation is free software; you can redistribute it and/or
49 modify it under the terms of the GNU General Public License as
50 published by the Free Software Foundation; either version 2 of the
51 License, or (at your option) any later version.
52
53 This software is distributed in the hope that it will be useful, but
54 WITHOUT ANY WARRANTY; without even the implied warranty of
55 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
56 General Public License for more details.
57
58 You should have received a copy of the GNU General Public License along
59 with this software; if not, write to the Free Software Foundation,
60 Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
61
62
63
64UNIX March 1993 MPRSET(3NCARG)