Definition at line 602 of file cu_tree.c.
605 const char *wktPoly =
"POLYGON((0 0, 0 0, 0 0, 0 0))";
609 wktPoly =
"POLYGON((0 0, 0 1, 0 1, 0 0))";
615 wktPoly =
"POLYGON((0 0, 0 1, 1 1, 2 2, 1 1, 0 1, 0 0))";
620 wktPoly =
"POLYGON((0 0, 0 NaN, 0 NaN, 0 0, 0 1, 0 0))";
static void test_itree_once(const char *polyWkt, double x, double y, IntervalTreeResult iexp)
References ITREE_BOUNDARY, ITREE_OUTSIDE, and test_itree_once().
Referenced by tree_suite_setup().