NCEPLIBS-ip  5.1.0
iplib_4.h
Go to the documentation of this file.
1 
7 #ifndef IPLIB
8 #define IPLIB
9 
146 void gdswzd(int igdtnum, int *igdtmpl, int igdtlen, int iopt,
147  int npts, float fill, float *xpts, float *ypts,
148  float *rlon, float *rlat, int *nret,
149  float *crot, float *srot, float *xlon, float *xlat,
150  float *ylon, float *ylat, float *area);
151 
187 void gdswzd_grib1(int *kgds, int iopt, int npts, float fill,
188  float *xpts, float *ypts, float *rlon, float *rlat,
189  int *nret, float *crot, float *srot,
190  float *xlon, float *xlat, float *ylon, float *ylat, float *area);
191 
192 #endif
void gdswzd(int igdtnum, int *igdtmpl, int igdtlen, int iopt, int npts, float fill, float *xpts, float *ypts, float *rlon, float *rlat, int *nret, float *crot, float *srot, float *xlon, float *xlat, float *ylon, float *ylat, float *area)
gdswzd() interface for C for _4 build of library.
void gdswzd_grib1(int *kgds, int iopt, int npts, float fill, float *xpts, float *ypts, float *rlon, float *rlat, int *nret, float *crot, float *srot, float *xlon, float *xlat, float *ylon, float *ylat, float *area)
gdswzd_grib1() interface for C for the _4 build of the library.