PostGIS  3.4.0dev-r@@SVN_REVISION@@

◆ triangulate_suite_setup()

void triangulate_suite_setup ( void  )

Definition at line 118 of file cu_triangulate.c.

119 {
120  CU_pSuite suite = CU_add_suite("triangulate", NULL, clean_geos_triangulate_suite);
125 }
static void test_lwgeom_voronoi_diagram(void)
static void test_lwgeom_voronoi_diagram_expected_empty(void)
static int clean_geos_triangulate_suite(void)
static void test_lwgeom_voronoi_diagram_custom_envelope(void)
static void test_lwgeom_delaunay_triangulation(void)
#define PG_ADD_TEST(suite, testfunc)

References clean_geos_triangulate_suite(), PG_ADD_TEST, test_lwgeom_delaunay_triangulation(), test_lwgeom_voronoi_diagram(), test_lwgeom_voronoi_diagram_custom_envelope(), and test_lwgeom_voronoi_diagram_expected_empty().

Here is the call graph for this function: