Home
last modified time | relevance | path

Searched refs:proj_lcc_to_lonlat_func (Results 1 – 4 of 4) sorted by relevance

/dports/science/cdo/cdo-2.0.0/libcdi/src/
H A Dcdi.h1318 extern int (*proj_lcc_to_lonlat_func)(struct CDI_GridProjParams *gpp, double, double, size_t, doubl…
H A Dgrid.c21 int (*proj_lcc_to_lonlat_func)(struct CDI_GridProjParams *gpp, double, double, size_t, double*, dou… variable
3764 if (proj_lcc_to_lonlat_func) in gridVerifyProjParamsLCC()
3767 proj_lcc_to_lonlat_func(gpp, 0.0, 0.0, (SizeType)1, &gpp->xval_0, &gpp->yval_0); in gridVerifyProjParamsLCC()
H A Dcdilib.c1380 extern int (*proj_lcc_to_lonlat_func)(double, double, double, double, double, double, double, doubl…
5347 extern int (*proj_lcc_to_lonlat_func)();
24844 int (*proj_lcc_to_lonlat_func)() = NULL; variable
28504 if ( proj_lcc_to_lonlat_func ) in gridVerifyGribParamLCC()
28507proj_lcc_to_lonlat_func(missval, *lon_0, *lat_0, *lat_1, *lat_2, *a, *rf, 0.0, 0.0, (size_t)1, xva… in gridVerifyGribParamLCC()
/dports/science/cdo/cdo-2.0.0/src/
H A Dcdo.cc1362 proj_lcc_to_lonlat_func = proj_lcc_to_lonlat; in set_external_proj_func()