PostGIS  2.5.7dev-r@@SVN_REVISION@@

◆ band_misc_suite_setup()

void band_misc_suite_setup ( void  )

Definition at line 583 of file cu_band_misc.c.

584 {
585  CU_pSuite suite = CU_add_suite("band_misc", NULL, NULL);
589 }
static void test_band_get_pixel_of_value()
Definition: cu_band_misc.c:290
static void test_pixel_set_to_array()
Definition: cu_band_misc.c:370
static void test_band_get_nearest_pixel()
Definition: cu_band_misc.c:28
#define PG_ADD_TEST(suite, testfunc)

References PG_ADD_TEST, test_band_get_nearest_pixel(), test_band_get_pixel_of_value(), and test_pixel_set_to_array().

Here is the call graph for this function: