PostGIS  2.5.7dev-r@@SVN_REVISION@@

◆ band_basics_suite_setup()

void band_basics_suite_setup ( void  )

Definition at line 1300 of file cu_band_basics.c.

1301 {
1302  CU_pSuite suite = CU_add_suite("band_basics", NULL, NULL);
1317 }
static void test_band_pixtype_32BF()
static void test_band_pixtype_2BUI()
static void test_band_pixtype_32BUI()
static void test_band_pixtype_16BUI()
static void test_band_pixtype_4BUI()
static void test_band_new_offline_from_path()
static void test_band_pixtype_16BSI()
static void test_band_pixtype_1BB()
static void test_band_pixtype_8BSI()
static void test_band_pixtype_32BSI()
static void test_band_get_pixel_line()
static void test_band_metadata()
static void test_band_pixtype_64BF()
static void test_band_pixtype_8BUI()
#define PG_ADD_TEST(suite, testfunc)

References PG_ADD_TEST, test_band_get_pixel_line(), test_band_metadata(), test_band_new_offline_from_path(), test_band_pixtype_16BSI(), test_band_pixtype_16BUI(), test_band_pixtype_1BB(), test_band_pixtype_2BUI(), test_band_pixtype_32BF(), test_band_pixtype_32BSI(), test_band_pixtype_32BUI(), test_band_pixtype_4BUI(), test_band_pixtype_64BF(), test_band_pixtype_8BSI(), and test_band_pixtype_8BUI().

Here is the call graph for this function: