PostGIS  2.5.7dev-r@@SVN_REVISION@@

◆ triangulate_suite_setup()

void triangulate_suite_setup ( void  )

Definition at line 113 of file cu_triangulate.c.

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

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().

Here is the call graph for this function: