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