Sophie

Sophie

distrib > Mageia > 6 > x86_64 > media > core-updates > by-pkgid > d3c732bcddee997381ae7599db6439ca > files > 954

boost-examples-1.60.0-6.1.mga6.noarch.rpm

[/============================================================================
  Boost.Geometry Index

  Copyright (c) 2011-2013 Adam Wulkiewicz.

  Use, modification and distribution is subject to the Boost Software License,
  Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
  http://www.boost.org/LICENSE_1_0.txt)
=============================================================================/]

[section:rtree_examples Examples]

[section Quick start]
[rtree_quickstart]
[h4 Expected results]
[include ../src/examples/rtree/quick_start_results.qbk]
[endsect]

[section Index of polygons stored in vector]
[rtree_polygons_vector]
[h4 Expected results]
[include ../src/examples/rtree/polygons_vector_results.qbk]
[endsect]

[section Index of shared pointers to polygons]
[rtree_polygons_shared_ptr]
[h4 Expected results]
[include ../src/examples/rtree/polygons_shared_ptr_results.qbk]
[endsect]

[section Index of iterators of a map storing variant geometries]
[rtree_variants_map]
[h4 Expected results]
[include ../src/examples/rtree/variants_map_results.qbk]
[endsect]

[section Specializing index::indexable function object - storing shared pointers in the rtree]
[rtree_value_shared_ptr]
[h4 Expected results]
[include ../src/examples/rtree/value_shared_ptr_results.qbk]
[endsect]

[section Using IndexableGetter function object - storing indexes of external container's elements]
[rtree_value_index]
[h4 Expected results]
[include ../src/examples/rtree/value_index_results.qbk]
[endsect]

[section Range adaptors]
[rtree_range_adaptors]
[h4 Expected results]
[include ../src/examples/rtree/range_adaptors_results.qbk]
[endsect]

[section Iterative query]
[rtree_iterative_query]
[h4 Expected results]
[include ../src/examples/rtree/iterative_query_results.qbk]
[endsect]

[section Index stored in shared memory using Boost.Interprocess]
[rtree_interprocess]
[h4 Expected results]
[include ../src/examples/rtree/interprocess_results.qbk]
[endsect]

[section Index stored in mapped file using Boost.Interprocess]
[rtree_mapped_file]
[h4 Expected results]
[include ../src/examples/rtree/mapped_file_results.qbk]
[endsect]


[endsect]