expand.qbk 1.1 KB

1234567891011121314151617181920212223242526272829303132333435
  1. [/============================================================================
  2. Boost.Geometry (aka GGL, Generic Geometry Library)
  3. Copyright (c) 2009-2012 Barend Gehrels, Amsterdam, the Netherlands.
  4. Copyright (c) 2009-2012 Mateusz Loskot, London, UK.
  5. Copyright (c) 2009-2012 Bruno Lalande, Paris, France.
  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. [def __this_function__ expand]
  11. [def __apply_expand__ Box is expanded to include the specified]
  12. [heading_conformance_no_ogc __this_function__]
  13. [heading Behavior]
  14. [table
  15. [[Case] [Behavior] ]
  16. [[__box__ / __point__][__apply_expand__ __point__]]
  17. [[__box__ / __box__][__apply_expand__ __box__]]
  18. [[__box__ / __other__][__nyiversion__]]
  19. ]
  20. [note To use expand with another geometry type then specified, use expand(make_envelope<box_type>(geometry)]
  21. [heading Complexity]
  22. Linear
  23. [heading Example]
  24. [expand]
  25. [expand_output]