1IDPLTR(3NCARG) NCAR GRAPHICS IDPLTR(3NCARG)
2
3
4
6 Plots the triangulation generated by a prior call to either IDBVIP or
7 IDSFFT.
8
10 CALL IDPLTR (NDAT,XDAT,YDAT,IWRK)
11
13 #include <ncarg/ncargC.h>
14
15 void c_idbvip (int ndat, float *xdat, float *ydat, float *iwrk)
16
18 NDAT Number of data points (argument NDP from a prior call to
19 IDBVIP or IDSFFT).
20
21 XD Array of dimension NDP containing the X coordinates of the
22 data points (from prior call to IDBVIP or IDSFFT).
23
24 YD Array of dimension NDP containing the Y coordinates of the
25 data points (from prior call to IDBVIP or IDSFFT).
26
27 ZD Array of dimension NDP containing the Z coordinates of the
28 data points (from prior call to IDBVIP or IDSFFT).
29
30 IWRK Integer work array of dimension at least 31*NDP + NIP
31 (argument IWK from prior call to IDBVIP or IDSFFT).
32
33
34 Note that the caller is responsible for doing the SET call required to
35 map the triangles to the correct position on the plotter frame.
36
37 Note also that some triangle edges are drawn twice. No attempt is made
38 to prevent this.
39
41 The C-binding argument descriptions are the same as the FORTRAN
42 argument descriptions.
43
45 To use IDPLTR or c_idpltr, load the NCAR Graphics libraries ncarg,
46 ncarg_gks, and ncarg_c, preferably in that order.
47
49 See the bivar man page for a description of all Bivar error messages
50 and/or informational messages.
51
53 Online: bivar, bivar_params, idbvip, idsfft, idgeti, idgetr, idseti,
54 idsetr, ncarg_cbind
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 November 1995 IDPLTR(3NCARG)