IDPLTR(3NCARG) | NCAR GRAPHICS | IDPLTR(3NCARG) |
IDLPTR - Plots the triangulation generated by a prior call to either IDBVIP or IDSFFT.
CALL IDPLTR (NDAT,XDAT,YDAT,IWRK)
#include <ncarg/ncargC.h>
void c_idbvip (int ndat, float *xdat, float *ydat, float *iwrk)
Note that the caller is responsible for doing the SET call required to map the triangles to the correct position on the plotter frame.
Note also that some triangle edges are drawn twice. No attempt is made to prevent this.
The C-binding argument descriptions are the same as the FORTRAN argument descriptions.
To use IDPLTR or c_idpltr, load the NCAR Graphics libraries ncarg, ncarg_gks, and ncarg_c, preferably in that order.
See the bivar man page for a description of all Bivar error messages and/or informational messages.
Online: bivar, bivar_params, idbvip, idsfft, idgeti, idgetr, idseti, idsetr, ncarg_cbind
Copyright (C) 1987-2009
University Corporation for Atmospheric Research
The use of this Software is governed by a License Agreement.
November 1995 | UNIX |