Home
last modified time | relevance | path

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

/third_party/boost/libs/geometry/test/algorithms/detail/sections/
Dsectionalize.cpp331 bg::sections<bg::model::box<int_point_type>, 1> int_sections; in test_large_integers() local
335 bg::sectionalize<false, dimensions>(int_poly, bg::detail::no_rescale_policy(), int_sections); in test_large_integers()
338 bool equally_sized = int_sections.size() == double_sections.size(); in test_large_integers()
345 for (unsigned int i = 0; i < int_sections.size(); i++) 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()