rtree.qbk 653 B

123456789101112131415161718192021
  1. [/============================================================================
  2. Boost.Geometry Index
  3. Copyright (c) 2011-2012 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 R-tree]
  9. [include rtree/introduction.qbk]
  10. [include rtree/quickstart.qbk]
  11. [include rtree/creation.qbk]
  12. [include rtree/query.qbk]
  13. [include rtree/examples.qbk]
  14. [include rtree/experimental.qbk]
  15. [/include rtree/reference.qbk]
  16. [endsect]