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-2007
58 University Corporation for Atmospheric Research
59
60 This documentation is free software; you can redistribute it and/or
61 modify it under the terms of the GNU General Public License as
62 published by the Free Software Foundation; either version 2 of the
63 License, or (at your option) any later version.
64
65 This software is distributed in the hope that it will be useful, but
66 WITHOUT ANY WARRANTY; without even the implied warranty of
67 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
68 General Public License for more details.
69
70 You should have received a copy of the GNU General Public License along
71 with this software; if not, write to the Free Software Foundation,
72 Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
73
74
75
76UNIX March 1993 MAPINT(3NCARG)