26 #include <mln/set/sym_diff.hh>
27 #include <mln/core/alias/point2d.hh>
49 mln_assertion(pst3.has(
point2d( 2, 1)));
50 mln_assertion(pst3.has(
point2d( 0, 0)));
51 mln_assertion(pst3.has(
point2d( 1, 1)));
52 mln_assertion(pst3.has(
point2d(-2, 1)));
53 mln_assertion(pst3.has(
point2d( 1,-1)));
54 mln_assertion(! pst3.has(
point2d( 2, 7)));
55 mln_assertion(! pst3.has(
point2d(-4, 0)));
56 mln_assertion(! pst3.has(
point2d( 6, 5)));