PostGIS  2.5.7dev-r@@SVN_REVISION@@

◆ algorithms_suite_setup()

void algorithms_suite_setup ( void  )

Definition at line 1504 of file cu_algorithm.c.

1505 {
1506  CU_pSuite suite = CU_add_suite("algorithm", init_cg_suite, clean_cg_suite);
1521  PG_ADD_TEST(suite,test_geohash);
1524  PG_ADD_TEST(suite,test_isclosed);
1528  PG_ADD_TEST(suite,test_kmeans);
1532  PG_ADD_TEST(suite,test_trim_bits);
1534 }
static void test_kmeans(void)
static void test_geohash(void)
Definition: cu_algorithm.c:839
static void test_geohash_bbox(void)
static void test_lw_segment_intersects(void)
Definition: cu_algorithm.c:120
static void test_lwline_clip_big(void)
Definition: cu_algorithm.c:751
static void test_point_interpolate(void)
Definition: cu_algorithm.c:435
static int init_cg_suite(void)
Definition: cu_algorithm.c:38
static void test_lwline_crossing_bugs(void)
Definition: cu_algorithm.c:385
static void test_geohash_point(void)
Definition: cu_algorithm.c:818
static void test_isclosed(void)
Definition: cu_algorithm.c:882
static void test_lw_arc_center(void)
Definition: cu_algorithm.c:94
static void test_lwgeom_remove_repeated_points(void)
static void test_point_density(void)
static void test_lwpoly_construct_circle(void)
static void test_median_robustness(void)
static void test_lwgeom_simplify(void)
static int clean_cg_suite(void)
Definition: cu_algorithm.c:52
static void test_geohash_precision(void)
Definition: cu_algorithm.c:784
static void test_lwline_crossing_short_lines(void)
Definition: cu_algorithm.c:262
static void test_lwmline_clip(void)
Definition: cu_algorithm.c:655
static void test_trim_bits(void)
static void test_geohash_point_as_int(void)
Definition: cu_algorithm.c:987
static void test_median_handles_3d_correctly(void)
static void test_lwline_crossing_long_lines(void)
Definition: cu_algorithm.c:325
static void test_lwpoint_get_ordinate(void)
Definition: cu_algorithm.c:419
static void test_lwline_interpolate_points(void)
Definition: cu_algorithm.c:468
static void test_lwpoint_set_ordinate(void)
Definition: cu_algorithm.c:399
static void test_lw_segment_side(void)
Definition: cu_algorithm.c:62
static void test_lwline_clip(void)
Definition: cu_algorithm.c:546
#define PG_ADD_TEST(suite, testfunc)

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_remove_repeated_points(), 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_lwline_interpolate_points(), 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(), test_point_interpolate(), and test_trim_bits().

Here is the call graph for this function: