13 #include "../../../postgis_config.h" 14 #include "../../raster_config.h" 16 #define MAX_CUNIT_MSG_LENGTH 512 18 #define PG_ADD_TEST(suite, testfunc) CU_add_test(suite, #testfunc, testfunc) 33 int hasnodata,
double nodataval
raster
Be careful!! Zeros function's input parameter can be a (height x width) array, not (width x height): ...
void(* PG_SuiteSetup)(void)
void cu_error_msg_reset(void)
char cu_error_msg[MAX_CUNIT_MSG_LENGTH+1]
void cu_free_raster(rt_raster raster)
rt_band cu_add_band(rt_raster raster, rt_pixtype pixtype, int hasnodata, double nodataval)
This library is the generic raster handling section of PostGIS.
#define MAX_CUNIT_MSG_LENGTH