PostGIS 3.7.0dev-r@@SVN_REVISION@@
Loading...
Searching...
No Matches

◆ single_input_test()

static void single_input_test ( void  )
static

Definition at line 225 of file cu_geos_cluster.c.

226{
227 char* wkt_inputs[] = { "POINT (0 0)" };
228 char* expected_outputs[] = { "GEOMETRYCOLLECTION (POINT (0 0))" };
229
230 perform_cluster_intersecting_test(wkt_inputs, 1, expected_outputs, 1);
231 perform_cluster_within_distance_test(1, wkt_inputs, 1, expected_outputs, 1);
232}
static void perform_cluster_within_distance_test(double tolerance, char **wkt_inputs, uint32_t num_inputs, char **wkt_outputs, uint32_t num_outputs)
static void perform_cluster_intersecting_test(char **wkt_inputs, uint32_t num_inputs, char **wkt_outputs, uint32_t num_outputs)

References perform_cluster_intersecting_test(), and perform_cluster_within_distance_test().

Referenced by geos_cluster_suite_setup().

Here is the call graph for this function:
Here is the caller graph for this function: