PostGIS  2.4.9dev-r@@SVN_REVISION@@

◆ raster_geometry_suite_setup()

void raster_geometry_suite_setup ( void  )

Definition at line 572 of file cu_raster_geometry.c.

References PG_ADD_TEST, test_raster_convex_hull(), test_raster_envelope(), test_raster_envelope_geom(), test_raster_perimeter(), test_raster_pixel_as_polygon(), and test_raster_surface().

Referenced by test_raster_pixel_as_polygon().

573 {
574  CU_pSuite suite = CU_add_suite("raster_geometry", NULL, NULL);
581 }
static void test_raster_envelope_geom()
static void test_raster_surface()
static void test_raster_convex_hull()
static void test_raster_pixel_as_polygon()
#define PG_ADD_TEST(suite, testfunc)
static void test_raster_envelope()
static void test_raster_perimeter()
Here is the call graph for this function:
Here is the caller graph for this function: