Home
last modified time | relevance | path

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

/third_party/boost/libs/geometry/test/algorithms/detail/
Dpartition.cpp146 std::vector<std::string> wkt_boxes; in test_boxes() local
148 boost::split(wkt_boxes, wkt_box_list, boost::is_any_of(";"), boost::token_compress_on); in test_boxes()
154 BOOST_FOREACH(std::string const& wkt, wkt_boxes) in test_boxes()