IDBVIP(3NCARG) | NCAR GRAPHICS | IDBVIP(3NCARG) |
IDBVIP - produces interpolated values at points (XI(I), YI(I)), I=1,...,NIP. This is useful for filling in missing data points on a grid.
CALL IDBVIP (MD,NDP,XD,YD,ZD,NIP,XI,YI,ZI,IWK,WK)
#include <ncarg/ncargC.h>
void c_idbvip (int md, int ndp, float *xd, float *yd,
float *zd, int nip, float *xi, float *yi, float *zi,
int *iwk, float *wk)
Inadequate work space IWK and WK may may cause incorrect results.
The data points must be distinct and their projections in the X-Y plane must not be collinear, otherwise an error return occurs.
The C-binding argument descriptions are the same as the FORTRAN argument descriptions.
To use Bivar routines, load the NCAR Graphics libraries ncarg, ncarg_gks, and ncarg_c, preferably in that order.
To use IDBVIP or c_idbvip, 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, idsfft, idpltr, idgeti, idgetr, idseti, idsetr, ncarg_cbind
Bivar was written by Hiroshi Akima in August 1975 and rewritten by him in late 1976. In 1989, a new version of Bivar, incorporating changes described in a Rocky Mountain Journal of Mathematics was obtained from Dr. Akima, and included in NCAR Graphics with his permission. In 1995, Dave Kennison incorporated the capability of doing linear interpolation and a different kind of triangulation, put in a parameter access interface, and wrote a routine to allow the triangulation to be plotted.
Copyright (C) 1987-2009
University Corporation for Atmospheric Research
The use of this Software is governed by a License Agreement.
November 1995 | UNIX |