PostGIS  3.4.0dev-r@@SVN_REVISION@@

◆ algorithms_suite_setup()

void algorithms_suite_setup ( void  )

Definition at line 1820 of file cu_algorithm.c.

1821 {
1822  CU_pSuite suite = CU_add_suite("algorithm", init_cg_suite, clean_cg_suite);
1834  PG_ADD_TEST(suite, test_lwpoly_clip);
1840  PG_ADD_TEST(suite,test_geohash);
1843  PG_ADD_TEST(suite,test_isclosed);
1847  PG_ADD_TEST(suite,test_kmeans);
1851  PG_ADD_TEST(suite,test_trim_bits);
1853 }
static void test_kmeans(void)
static void test_geohash(void)
Definition: cu_algorithm.c:978
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:890
static void test_point_interpolate(void)
Definition: cu_algorithm.c:436
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:957
static void test_isclosed(void)
static void test_lw_arc_center(void)
Definition: cu_algorithm.c:94
static void test_lwgeom_remove_repeated_points(void)
static void test_lwpoly_clip(void)
Definition: cu_algorithm.c:708
static void test_point_density(void)
static void test_lwpoly_construct_circle(void)
static void test_lwline_interpolate_point_3d(void)
Definition: cu_algorithm.c:547
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:923
static void test_lwline_crossing_short_lines(void)
Definition: cu_algorithm.c:262
static void test_lwmline_clip(void)
Definition: cu_algorithm.c:802
static void test_trim_bits(void)
static void test_geohash_point_as_int(void)
static void test_median_handles_3d_correctly(void)
static void test_lwline_crossing_long_lines(void)
Definition: cu_algorithm.c:325
static void test_lwtriangle_clip(void)
Definition: cu_algorithm.c:744
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:599
#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_point_3d(), test_lwline_interpolate_points(), test_lwmline_clip(), test_lwpoint_get_ordinate(), test_lwpoint_set_ordinate(), test_lwpoly_clip(), test_lwpoly_construct_circle(), test_lwtriangle_clip(), 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: