• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 // Boost.Geometry (aka GGL, Generic Geometry Library)
2 
3 // implementation_status (developed in the context of Boost.Geometry documentation)
4 //
5 // Copyright Barend Gehrels 2010, 2011, Geodan, Amsterdam, the Netherlands
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 #include <boost/geometry/geometry.hpp>
11 #include <boost/geometry/geometries/multi_point.hpp>
12 #include <boost/geometry/geometries/multi_linestring.hpp>
13 #include <boost/geometry/geometries/multi_polygon.hpp>
14 #include <boost/geometry/io/wkt/wkt.hpp>
15 
16