Home
last modified time | relevance | path

Searched refs:ls_t (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/libs/geometry/test/algorithms/
Ddensify.cpp189 typedef bg::model::linestring<P> ls_t; in test_all() typedef
190 typedef bg::model::multi_linestring<ls_t> mls_t; in test_all()
200 test_linear<ls_t>("LINESTRING(4 -4, 4 -1)"); in test_all()
201 test_linear<ls_t>("LINESTRING(4 4, 4 1)"); in test_all()
202 test_linear<ls_t>("LINESTRING(0 0, 180 0)"); in test_all()
203 test_linear<ls_t>("LINESTRING(1 1, -179 -1)"); in test_all()
205 test_linear<ls_t>("LINESTRING(1 1, 2 2, 4 2)"); in test_all()