1MAPRS(3NCARG) NCAR GRAPHICS MAPRS(3NCARG)
2
3
4
6 MAPRS - Re-calls SET.
7
9 CALL MAPRS
10
12 #include <ncarg/ncargC.h>
13
14 void c_maprs()
15
17 MAPRS has no arguments.
18
20 This routine allows you to have the SPPS routine SET re-called with the
21 same arguments that MAPINT would use, but executes a little faster than
22 MAPINT. This is useful when you are about to call one of the routines
23 MAPBLA, MAPDRW, MAPFST, MAPGRD, MAPGRM, MAPIQ, MAPIQA, MAPIQM, MAPIT,
24 MAPITA, MAPITM, MAPLBL, MAPLOT, or MAPVEC (all of which depend on the
25 proper SET call's having been done), and there has been some
26 intervening, inappropriate, call to SET.
27
29 No example is available for MAPRS.
30
32 To use MAPRS or c_maprs, load the NCAR Graphics libraries ncarg,
33 ncarg_gks, and ncarg_c, preferably in that order.
34
36 Online: ezmap, ezmap_params, mapaci, mapbla, mapblm, mapdrw, mapeod,
37 mapfst, mapgci, mapgrd, mapgrm, mapgtc, mapgti, mapgtl, mapgtr, mapint,
38 mapiq, mapiqa, mapiqd, mapiqm, mapit, mapita, mapitd, mapitm, maplbl,
39 maplmb, maplot, mappos, maproj, maprst, mapsav, mapset, mapstc, mapsti,
40 mapstl, mapstr, maptra, maptri, maptrn, mapusr, mapvec, mpchln, mpfnme,
41 mpgetc, mpgeti, mpgetl, mpgetr, mpglty, mpiaty, mpifnb, mpilnb, mpiola,
42 mpiosa, mpipai, mpipan, mpipar, mpisci, mplnam, mplndm, mplndr, mplnri,
43 mpname, mprset, mpsetc, mpseti, mpsetl, mpsetr, supmap, supcon,
44 ncarg_cbind
45
46 Hardcopy: NCAR Graphics Contouring and Mapping Tutorial
47
49 Copyright (C) 1987-2007
50 University Corporation for Atmospheric Research
51
52 This documentation is free software; you can redistribute it and/or
53 modify it under the terms of the GNU General Public License as
54 published by the Free Software Foundation; either version 2 of the
55 License, or (at your option) any later version.
56
57 This software is distributed in the hope that it will be useful, but
58 WITHOUT ANY WARRANTY; without even the implied warranty of
59 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
60 General Public License for more details.
61
62 You should have received a copy of the GNU General Public License along
63 with this software; if not, write to the Free Software Foundation,
64 Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
65
66
67
68UNIX March 1993 MAPRS(3NCARG)