11 #ifndef _CU_RASTER_TESTER_H
12 #define _CU_RASTER_TESTER_H 1
16 #include "../../../postgis_config.h"
17 #include "../../raster_config.h"
19 #define MAX_CUNIT_MSG_LENGTH 512
21 #define PG_ADD_TEST(suite, testfunc) CU_add_test(suite, #testfunc, testfunc)
36 int hasnodata,
double nodataval
This library is the generic raster handling section of PostGIS.
raster
Be careful!! Zeros function's input parameter can be a (height x width) array, not (width x height): ...
rt_band cu_add_band(rt_raster raster, rt_pixtype pixtype, int hasnodata, double nodataval)
void(* PG_SuiteSetup)(void)
void cu_free_raster(rt_raster raster)
void cu_error_msg_reset(void)