ncl_idpltr (3) - Linux Manuals
NAME
Plots the triangulation generated by a prior call to either IDBVIP or IDSFFT.
SYNOPSIS
CALL IDPLTR (NDAT,XDAT,YDAT,IWRK)C-BINDING SYNOPSIS
#include <ncarg/ncargC.h>void c_idbvip (int ndat, float *xdat, float *ydat, float *iwrk)
DESCRIPTION
- NDAT
- Number of data points (argument NDP from a prior call to IDBVIP or IDSFFT).
- XD
- Array of dimension NDP containing the X coordinates of the data points (from prior call to IDBVIP or IDSFFT).
- YD
- Array of dimension NDP containing the Y coordinates of the data points (from prior call to IDBVIP or IDSFFT).
- ZD
- Array of dimension NDP containing the Z coordinates of the data points (from prior call to IDBVIP or IDSFFT).
- IWRK
- Integer work array of dimension at least 31*NDP + NIP (argument IWK from prior call to IDBVIP or IDSFFT).
Note also that some triangle edges are drawn twice. No attempt is made to prevent this.
C-BINDING DESCRIPTION
The C-binding argument descriptions are the same as the FORTRAN argument descriptions.ACCESS
To use IDPLTR or c_idpltr, load the NCAR Graphics libraries ncarg, ncarg_gks, and ncarg_c, preferably in that order.MESSAGES
See the bivar man page for a description of all Bivar error messages and/or informational messages.COPYRIGHT
Copyright (C) 1987-2009University Corporation for Atmospheric Research
The use of this Software is governed by a License Agreement.