examples.qbk 2.1 KB

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