1MAPIQD(3NCARG) NCAR GRAPHICS MAPIQD(3NCARG)
2
3
4
6 MAPIQD - Terminates a string of calls to MAPITD.
7
9 CALL MAPIQD
10
12 #include <ncarg/ncargC.h>
13
14 void c_mapiqd()
15
17 MAPIQD has no arguments.
18
20 MAPIQD flushes MAPITD's buffers. It is particularly important that
21 this be done before a STOP or a CALL FRAME, and before changing the
22 color index, dash pattern, etc.
23
24 For more information, see the man page for MAPITD.
25
27 Use the ncargex command to see the following relevant examples: cmpgci,
28 cmptra, mpexfi.
29
31 To use MAPIQD or c_mapiqd, load the NCAR Graphics libraries ncarg,
32 ncarg_gks, and ncarg_c, preferably in that order.
33
35 Online: ezmap, ezmap_params, mapaci, mapbla, mapblm, mapdrw, mapeod,
36 mapfst, mapgci, mapgrd, mapgrm, mapgtc, mapgti, mapgtl, mapgtr, mapint,
37 mapiq, mapiqa, mapiqm, mapit, mapita, mapitd, mapitm, maplbl, maplmb,
38 maplot, mappos, maproj, maprs, maprst, mapsav, mapset, mapstc, mapsti,
39 mapstl, mapstr, maptra, maptri, maptrn, mapusr, mapvec, mpchln, mpfnme,
40 mpgetc, mpgeti, mpgetl, mpgetr, mpglty, mpiaty, mpifnb, mpilnb, mpiola,
41 mpiosa, mpipai, mpipan, mpipar, mpisci, mplnam, mplndm, mplndr, mplnri,
42 mpname, mprset, mpsetc, mpseti, mpsetl, mpsetr, supmap, supcon,
43 ncarg_cbind
44
45 Hardcopy: NCAR Graphics Contouring and Mapping Tutorial
46
48 Copyright (C) 1987-2007
49 University Corporation for Atmospheric Research
50
51 This documentation is free software; you can redistribute it and/or
52 modify it under the terms of the GNU General Public License as
53 published by the Free Software Foundation; either version 2 of the
54 License, or (at your option) any later version.
55
56 This software is distributed in the hope that it will be useful, but
57 WITHOUT ANY WARRANTY; without even the implied warranty of
58 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
59 General Public License for more details.
60
61 You should have received a copy of the GNU General Public License along
62 with this software; if not, write to the Free Software Foundation,
63 Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
64
65
66
67UNIX March 1993 MAPIQD(3NCARG)