]> git.proxmox.com Git - ceph.git/blame - ceph/src/boost/libs/geometry/doc/index/rtree/examples.qbk
bump version to 12.2.2-pve1
[ceph.git] / ceph / src / boost / libs / geometry / doc / index / rtree / examples.qbk
CommitLineData
7c673cae
FG
1[/============================================================================
2 Boost.Geometry Index
3
4 Copyright (c) 2011-2013 Adam Wulkiewicz.
5
6 Use, modification and distribution is subject to the Boost Software License,
7 Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
8 http://www.boost.org/LICENSE_1_0.txt)
9=============================================================================/]
10
11[section:rtree_examples Examples]
12
13[section Quick start]
14[rtree_quickstart]
15[h4 Expected results]
16[include ../src/examples/rtree/quick_start_results.qbk]
17[endsect]
18
19[section Index of polygons stored in vector]
20[rtree_polygons_vector]
21[h4 Expected results]
22[include ../src/examples/rtree/polygons_vector_results.qbk]
23[endsect]
24
25[section Index of shared pointers to polygons]
26[rtree_polygons_shared_ptr]
27[h4 Expected results]
28[include ../src/examples/rtree/polygons_shared_ptr_results.qbk]
29[endsect]
30
31[section Index of iterators of a map storing variant geometries]
32[rtree_variants_map]
33[h4 Expected results]
34[include ../src/examples/rtree/variants_map_results.qbk]
35[endsect]
36
37[section Specializing index::indexable function object - storing shared pointers in the rtree]
38[rtree_value_shared_ptr]
39[h4 Expected results]
40[include ../src/examples/rtree/value_shared_ptr_results.qbk]
41[endsect]
42
43[section Using IndexableGetter function object - storing indexes of external container's elements]
44[rtree_value_index]
45[h4 Expected results]
46[include ../src/examples/rtree/value_index_results.qbk]
47[endsect]
48
49[section Range adaptors]
50[rtree_range_adaptors]
51[h4 Expected results]
52[include ../src/examples/rtree/range_adaptors_results.qbk]
53[endsect]
54
55[section Iterative query]
56[rtree_iterative_query]
57[h4 Expected results]
58[include ../src/examples/rtree/iterative_query_results.qbk]
59[endsect]
60
61[section Index stored in shared memory using Boost.Interprocess]
62[rtree_interprocess]
63[h4 Expected results]
64[include ../src/examples/rtree/interprocess_results.qbk]
65[endsect]
66
67[section Index stored in mapped file using Boost.Interprocess]
68[rtree_mapped_file]
69[h4 Expected results]
70[include ../src/examples/rtree/mapped_file_results.qbk]
71[endsect]
72
73
74[endsect]