1MAPINT(3NCARG) NCAR GRAPHICS MAPINT(3NCARG)
2
3
4
6 MAPINT - Initialization.
7
9 CALL MAPINT
10
12 #include <ncarg/ncargC.h>
13
14 void c_mapint()
15
17 MAPINT has no arguments.
18
20 MAPINT is required initially and again after a call to any of the
21 routines MAPPOS, MAPROJ, or MAPSET. The flag 'IN', which may be
22 retrieved by a call to MAPGTI or MAPGTL, indicates whether or not
23 initialization is required at a given time. No parameter change by
24 means of a call to MAPSTx forces reinitialization; reinitialization is
25 forced only by calls to MAPPOS, MAPROJ, and MAPSET. ("MAPSTx" refers to
26 any routine that starts with the characters "MAPST".)
27
29 Use the ncargex command to see the following relevant examples:
30 ccpcica, ccpmovi, ccppole, colcon, cmpclr, cmpdd, cmpel, cmpfil,
31 cmpgrd, cmpgrp, cmpita, cmpitm, cmplab, cmplbl, cmplot, cmpmsk, cmpou,
32 cmptit, cpex08, mpex09, mpex10, eezmpa, epltch, tezmpa, fcover, ffex00,
33 ffex02, ffex03, ffex05, fpchiqu.
34
36 To use MAPINT or c_mapint, load the NCAR Graphics libraries ncarg,
37 ncarg_gks, and ncarg_c, preferably in that order.
38
40 See the ezmap man page for a description of all EZMAP error messages
41 and/or informational messages.
42
44 Online: ezmap, ezmap_params, mapaci, mapbla, mapblm, mapdrw, mapeod,
45 mapfst, mapgci, mapgrd, mapgrm, mapgtc, mapgti, mapgtl, mapgtr, mapiq,
46 mapiqa, mapiqd, mapiqm, mapit, mapita, mapitd, mapitm, maplbl, maplmb,
47 maplot, mappos, maproj, maprs, maprst, mapsav, mapset, mapstc, mapsti,
48 mapstl, mapstr, maptra, maptri, maptrn, mapusr, mapvec, mpchln, mpfnme,
49 mpgetc, mpgeti, mpgetl, mpgetr, mpglty, mpiaty, mpifnb, mpilnb, mpiola,
50 mpiosa, mpipai, mpipan, mpipar, mpisci, mplnam, mplndm, mplndr, mplnri,
51 mpname, mprset, mpsetc, mpseti, mpsetl, mpsetr, supmap, supcon,
52 ncarg_cbind
53
54 Hardcopy: NCAR Graphics Contouring and Mapping Tutorial
55
57 Copyright (C) 1987-2009
58 University Corporation for Atmospheric Research
59 The use of this Software is governed by a License Agreement.
60
61
62
63UNIX March 1993 MAPINT(3NCARG)