NCEPLIBS-ip  4.3.0
ip2lib_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, float *xpts,
188  float *ypts, float *rlon, float *rlat, int nret, float *crot,
189  float *srot, float *xlon, float *xlat, float *ylon,
190  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.