mirror of
https://github.com/boostorg/geometry.git
synced 2026-02-10 23:42:12 +00:00
16 lines
652 B
C++
16 lines
652 B
C++
// Boost.Geometry (aka GGL, Generic Geometry Library)
|
|
|
|
// implementation_status (developed in the context of Boost.Geometry documentation)
|
|
//
|
|
// Copyright Barend Gehrels 2010, 2011, Geodan, Amsterdam, the Netherlands
|
|
// Use, modification and distribution is subject to the Boost Software License,
|
|
// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
|
|
// http://www.boost.org/LICENSE_1_0.txt)
|
|
|
|
#include <boost/geometry/geometry.hpp>
|
|
#include <boost/geometry/geometries/multi_point.hpp>
|
|
#include <boost/geometry/geometries/multi_linestring.hpp>
|
|
#include <boost/geometry/geometries/multi_polygon.hpp>
|
|
#include <boost/geometry/io/wkt/wkt.hpp>
|
|
|