1IDPLTR(3NCARG)                   NCAR GRAPHICS                  IDPLTR(3NCARG)
2
3
4

NAME

6       Plots the triangulation generated by a prior call to either IDBVIP or
7       IDSFFT.
8

SYNOPSIS

10       CALL IDPLTR (NDAT,XDAT,YDAT,IWRK)
11

C-BINDING SYNOPSIS

13       #include <ncarg/ncargC.h>
14
15       void c_idbvip (int ndat, float *xdat, float *ydat, float *iwrk)
16

DESCRIPTION

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

C-BINDING DESCRIPTION

41       The C-binding argument descriptions are the same as the FORTRAN
42       argument descriptions.
43

ACCESS

45       To use IDPLTR or c_idpltr, load the NCAR Graphics libraries ncarg,
46       ncarg_gks, and ncarg_c, preferably in that order.
47

MESSAGES

49       See the bivar man page for a description of all Bivar error messages
50       and/or informational messages.
51

SEE ALSO

53       Online: bivar, bivar_params, idbvip, idsfft, idgeti, idgetr, idseti,
54       idsetr, ncarg_cbind
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                             November 1995                  IDPLTR(3NCARG)
Impressum