• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1[/============================================================================
2  Boost.Geometry (aka GGL, Generic Geometry Library)
3
4  Copyright (c) 2009-2012 Barend Gehrels, Amsterdam, the Netherlands.
5  Copyright (c) 2009-2012 Mateusz Loskot, London, UK.
6  Copyright (c) 2009-2012 Bruno Lalande, Paris, France.
7
8  Use, modification and distribution is subject to the Boost Software License,
9  Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
10  http://www.boost.org/LICENSE_1_0.txt)
11=============================================================================/]
12
13[def __this_function__ expand]
14[def __apply_expand__ Box is expanded to include the specified]
15
16[heading_conformance_no_ogc __this_function__]
17
18
19[heading Behavior]
20[table
21[[Case] [Behavior] ]
22[[__box__ / __point__][__apply_expand__ __point__]]
23[[__box__ / __box__][__apply_expand__ __box__]]
24[[__box__ / __other__][__nyiversion__]]
25]
26
27[note To use expand with another geometry type then specified, use expand(make_envelope<box_type>(geometry)]
28
29[heading Complexity]
30Linear
31
32[heading Example]
33[expand]
34[expand_output]
35
36