PostGIS  2.4.9dev-r@@SVN_REVISION@@

◆ algorithms_suite_setup()

void algorithms_suite_setup ( void  )

Definition at line 1207 of file cu_algorithm.c.

References clean_cg_suite(), init_cg_suite(), PG_ADD_TEST, test_geohash(), test_geohash_bbox(), test_geohash_point(), test_geohash_point_as_int(), test_geohash_precision(), test_isclosed(), test_kmeans(), test_lw_arc_center(), test_lw_segment_intersects(), test_lw_segment_side(), test_lwgeom_simplify(), test_lwline_clip(), test_lwline_clip_big(), test_lwline_crossing_bugs(), test_lwline_crossing_long_lines(), test_lwline_crossing_short_lines(), test_lwmline_clip(), test_lwpoint_get_ordinate(), test_lwpoint_set_ordinate(), test_lwpoly_construct_circle(), test_median_handles_3d_correctly(), test_median_robustness(), test_point_density(), and test_point_interpolate().

Referenced by test_kmeans().

1208 {
1209  CU_pSuite suite = CU_add_suite("computational_geometry", init_cg_suite, clean_cg_suite);
1223  PG_ADD_TEST(suite,test_geohash);
1226  PG_ADD_TEST(suite,test_isclosed);
1230  PG_ADD_TEST(suite,test_kmeans);
1234 }
static void test_lwline_crossing_short_lines(void)
Definition: cu_algorithm.c:261
static void test_lwline_clip_big(void)
Definition: cu_algorithm.c:672
static void test_lw_segment_side(void)
Definition: cu_algorithm.c:61
static void test_geohash_bbox(void)
Definition: cu_algorithm.c:929
static void test_isclosed(void)
Definition: cu_algorithm.c:803
static void test_geohash_point_as_int(void)
Definition: cu_algorithm.c:908
static void test_lwmline_clip(void)
Definition: cu_algorithm.c:576
static void test_lw_segment_intersects(void)
Definition: cu_algorithm.c:119
static void test_lwpoint_get_ordinate(void)
Definition: cu_algorithm.c:418
static void test_median_robustness(void)
static void test_lwpoly_construct_circle(void)
static void test_geohash(void)
Definition: cu_algorithm.c:760
static void test_lwline_clip(void)
Definition: cu_algorithm.c:467
static int clean_cg_suite(void)
Definition: cu_algorithm.c:51
static void test_geohash_point(void)
Definition: cu_algorithm.c:739
static void test_lw_arc_center(void)
Definition: cu_algorithm.c:93
static void test_lwline_crossing_bugs(void)
Definition: cu_algorithm.c:384
static void test_lwline_crossing_long_lines(void)
Definition: cu_algorithm.c:324
static int init_cg_suite(void)
Definition: cu_algorithm.c:37
static void test_kmeans(void)
#define PG_ADD_TEST(suite, testfunc)
static void test_median_handles_3d_correctly(void)
static void test_geohash_precision(void)
Definition: cu_algorithm.c:705
static void test_lwpoint_set_ordinate(void)
Definition: cu_algorithm.c:398
static void test_point_interpolate(void)
Definition: cu_algorithm.c:434
static void test_point_density(void)
static void test_lwgeom_simplify(void)
Definition: cu_algorithm.c:945
Here is the call graph for this function:
Here is the caller graph for this function: