~ubuntu-branches/debian/sid/boost1.49/sid

« back to all changes in this revision

Viewing changes to libs/geometry/doc/reference/geometries/adapted/boost_range/strided.qbk

  • Committer: Package Import Robot
  • Author(s): Steve M. Robbins
  • Date: 2012-02-26 00:31:44 UTC
  • Revision ID: package-import@ubuntu.com-20120226003144-eaytp12cbf6ubpms
Tags: upstream-1.49.0
ImportĀ upstreamĀ versionĀ 1.49.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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
 
22
traversal 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