• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1[/============================================================================
2  Boost.Geometry (aka GGL, Generic Geometry Library)
3
4  Copyright (c) 2007-2012 Barend Gehrels, Amsterdam, the Netherlands.
5  Copyright (c) 2008-2012 Bruno Lalande, Paris, France.
6  Copyright (c) 2009-2012 Mateusz Loskot, London, UK.
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[section:boost_fusion Boost.Fusion]
14
15Boost.Fusion adapted structs or classes are adapted to the Boost.Geometry point concept
16
17[heading Description]
18
19Boost.Fusion adapted structs are (optionally) adapted to the Boost.Geometry
20point concept. They can therefore be used in many Boost.Geometry algorithms.
21
22[heading Model of]
23[link geometry.reference.concepts.concept_point Point Concept]
24
25[heading Header]
26`#include <boost/geometry/geometries/adapted/boost_fusion.hpp>`
27
28__not_in_boost_geometry_hpp__
29
30[heading Example]
31[boost_fusion]
32[boost_fusion_output]
33
34[endsect]
35
36