Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r69258 - trunk/boost/geometry/multi/algorithms
From: barend.gehrels_at_[hidden]
Date: 2011-02-24 17:47:07


Author: barendgehrels
Date: 2011-02-24 17:47:06 EST (Thu, 24 Feb 2011)
New Revision: 69258
URL: http://svn.boost.org/trac/boost/changeset/69258

Log:
added multi/algorithms/difference.hpp
Added:
   trunk/boost/geometry/multi/algorithms/difference.hpp (contents, props changed)

Added: trunk/boost/geometry/multi/algorithms/difference.hpp
==============================================================================
--- (empty file)
+++ trunk/boost/geometry/multi/algorithms/difference.hpp 2011-02-24 17:47:06 EST (Thu, 24 Feb 2011)
@@ -0,0 +1,46 @@
+// Boost.Geometry (aka GGL, Generic Geometry Library)
+//
+// Copyright Barend Gehrels 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)
+
+#ifndef BOOST_GEOMETRY_MULTI_ALGORITHMS_DIFFERENCE_HPP
+#define BOOST_GEOMETRY_MULTI_ALGORITHMS_DIFFERENCE_HPP
+
+
+#include <boost/geometry/algorithms/difference.hpp>
+#include <boost/geometry/multi/core/closure.hpp>
+#include <boost/geometry/multi/core/geometry_id.hpp>
+#include <boost/geometry/multi/core/is_areal.hpp>
+#include <boost/geometry/multi/core/point_order.hpp>
+#include <boost/geometry/multi/algorithms/envelope.hpp>
+#include <boost/geometry/multi/algorithms/num_points.hpp>
+#include <boost/geometry/multi/algorithms/detail/overlay/get_ring.hpp>
+#include <boost/geometry/multi/algorithms/detail/overlay/get_turns.hpp>
+#include <boost/geometry/multi/algorithms/detail/overlay/copy_segments.hpp>
+#include <boost/geometry/multi/algorithms/detail/overlay/copy_segment_point.hpp>
+#include <boost/geometry/multi/algorithms/detail/overlay/add_to_containment.hpp>
+#include <boost/geometry/multi/algorithms/detail/sections/range_by_section.hpp>
+#include <boost/geometry/multi/algorithms/detail/sections/sectionalize.hpp>
+
+namespace boost { namespace geometry
+{
+
+
+#ifndef DOXYGEN_NO_DISPATCH
+namespace dispatch
+{
+
+// Currently empty, all done in overlay / assemble
+
+
+
+} // namespace dispatch
+#endif
+
+}} // namespace boost::geometry
+
+
+#endif // BOOST_GEOMETRY_MULTI_ALGORITHMS_DIFFERENCE_HPP
+


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk