PostGIS  2.5.7dev-r@@SVN_REVISION@@

◆ test_lwgeom_voronoi_diagram_expected_empty()

static void test_lwgeom_voronoi_diagram_expected_empty ( void  )
static

Definition at line 97 of file cu_triangulate.c.

98 {
99 #if POSTGIS_GEOS_VERSION >= 35
100  assert_empty_diagram("POLYGON EMPTY", 0);
101  assert_empty_diagram("POINT (1 2)", 0);
102 
103  /* This one produces an empty diagram because our two unqiue points
104  * collapse onto one after considering the tolerance. */
105  assert_empty_diagram("MULTIPOINT (0 0, 0 0.00001)", 0.001);
106 #endif /* POSTGIS_GEOS_VERSION >= 35 */
107 }

Referenced by triangulate_suite_setup().

Here is the caller graph for this function: