1[/============================================================================ 2 Boost.Geometry (aka GGL, Generic Geometry Library) 3 4 Copyright (c) 2007-2012 Barend Gehrels, Amsterdam, the Netherlands. 5 Copyright (c) 2008-2012 Bruno Lalande, Paris, France. 6 Copyright (c) 2009-2012 Mateusz Loskot, London, UK. 7 8 Use, modification and distribution is subject to the Boost Software License, 9 Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at 10 http://www.boost.org/LICENSE_1_0.txt) 11=============================================================================/] 12 13[section:strided Boost.Range strided] 14 15[def __adaptor__ Boost.Range strided range adaptor] 16 17__adaptor__ is adapted to Boost.Geometry 18 19[heading Description] 20 21__adaptor__ makes a strided range (usually begin a linestring or ring) such that 22traversal is performed in steps of n. 23 24[heading Model of] 25[include adapts_model.qbk] 26 27[heading Header] 28`#include <boost/geometry/geometries/adapted/boost_range/strided.hpp>` 29 30__not_in_boost_geometry_hpp__ 31 32[heading Example] 33[boost_range_strided] 34[boost_range_strided_output] 35 36[endsect] 37 38