Home
last modified time | relevance | path

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

/third_party/boost/libs/geometry/test/algorithms/detail/sections/
Dsectionalize.cpp332 bg::sections<bg::model::box<double_point_type>, 1> double_sections; in test_large_integers() local
336 …bg::sectionalize<false, dimensions>(double_poly, bg::detail::no_rescale_policy(), double_sections); in test_large_integers()
338 bool equally_sized = int_sections.size() == double_sections.size(); in test_large_integers()
347 BOOST_CHECK(int_sections[i].begin_index == double_sections[i].begin_index); in test_large_integers()
348 BOOST_CHECK(int_sections[i].count == double_sections[i].count); in test_large_integers()