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-2009
50 University Corporation for Atmospheric Research
51 The use of this Software is governed by a License Agreement.
52
53
54
55UNIX March 1993 MAPRS(3NCARG)