~ubuntu-branches/debian/sid/boost1.49/sid

« back to all changes in this revision

Viewing changes to boost/geometry/geometries/adapted/boost_polygon.hpp

  • Committer: Package Import Robot
  • Author(s): Steve M. Robbins
  • Date: 2012-02-26 00:31:44 UTC
  • Revision ID: package-import@ubuntu.com-20120226003144-eaytp12cbf6ubpms
Tags: upstream-1.49.0
ImportĀ upstreamĀ versionĀ 1.49.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
// Boost.Geometry (aka GGL, Generic Geometry Library)
 
2
 
 
3
// Copyright (c) 2010-2012 Barend Gehrels, Amsterdam, the Netherlands.
 
4
 
 
5
// Use, modification and distribution is subject to the Boost Software License,
 
6
// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
 
7
// http://www.boost.org/LICENSE_1_0.txt)
 
8
 
 
9
#ifndef BOOST_GEOMETRY_GEOMETRIES_ADAPTED_BOOST_POLYGON_HPP
 
10
#define BOOST_GEOMETRY_GEOMETRIES_ADAPTED_BOOST_POLYGON_HPP
 
11
 
 
12
#include <boost/geometry/geometries/adapted/boost_polygon/point.hpp>
 
13
#include <boost/geometry/geometries/adapted/boost_polygon/box.hpp>
 
14
#include <boost/geometry/geometries/adapted/boost_polygon/ring.hpp>
 
15
#include <boost/geometry/geometries/adapted/boost_polygon/polygon.hpp>
 
16
 
 
17
#endif // BOOST_GEOMETRY_GEOMETRIES_ADAPTED_BOOST_POLYGON_HPP
 
18