Lines Matching refs:wkt
44 out << bg::wkt(geometry); in check_wkt()
50 void test_wkt(std::string const& wkt, std::string const& expected, in test_wkt() argument
55 bg::read_wkt(wkt, geometry); in test_wkt()
80 void test_wkt(std::string const& wkt, in test_wkt() argument
83 test_wkt<G>(wkt, wkt, n, len, ar, peri); in test_wkt()
87 void test_relaxed_wkt(std::string const& wkt, std::string const& expected) in test_relaxed_wkt() argument
91 bg::read_wkt(wkt, geometry); in test_relaxed_wkt()
93 out << bg::wkt(geometry); in test_relaxed_wkt()
102 void test_wrong_wkt(std::string const& wkt, std::string const& start) in test_wrong_wkt() argument
108 bg::read_wkt(wkt, geometry); in test_wrong_wkt()
136 << start << " Got:" << e << " with WKT: " << wkt); in test_wrong_wkt()
141 void test_wkt_output_iterator(std::string const& wkt) in test_wkt_output_iterator() argument
144 bg::read_wkt<G>(wkt, std::back_inserter(geometry)); in test_wkt_output_iterator()