PostGIS  2.4.9dev-r@@SVN_REVISION@@

◆ triangulate_suite_setup()

void triangulate_suite_setup ( void  )

Definition at line 114 of file cu_triangulate.c.

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

Referenced by test_lwgeom_voronoi_diagram_expected_empty().

115 {
116  CU_pSuite suite = CU_add_suite("triangulate", NULL, NULL);
121 }
static void test_lwgeom_voronoi_diagram(void)
#define PG_ADD_TEST(suite, testfunc)
static void test_lwgeom_delaunay_triangulation(void)
static void test_lwgeom_voronoi_diagram_custom_envelope(void)
static void test_lwgeom_voronoi_diagram_expected_empty(void)
Here is the call graph for this function:
Here is the caller graph for this function: