|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r59384 - in sandbox/geometry: boost/geometry/algorithms libs/geometry/example
From: barend.gehrels_at_[hidden]
Date: 2010-01-31 16:27:11
Author: barendgehrels
Date: 2010-01-31 16:27:11 EST (Sun, 31 Jan 2010)
New Revision: 59384
URL: http://svn.boost.org/trac/boost/changeset/59384
Log:
Boost.Geometry, small update
Text files modified:
sandbox/geometry/boost/geometry/algorithms/intersects.hpp | 1 -
sandbox/geometry/libs/geometry/example/c07_custom_ring_pointer_example.cpp | 4 ++++
2 files changed, 4 insertions(+), 1 deletions(-)
Modified: sandbox/geometry/boost/geometry/algorithms/intersects.hpp
==============================================================================
--- sandbox/geometry/boost/geometry/algorithms/intersects.hpp (original)
+++ sandbox/geometry/boost/geometry/algorithms/intersects.hpp 2010-01-31 16:27:11 EST (Sun, 31 Jan 2010)
@@ -35,7 +35,6 @@
#include <boost/geometry/algorithms/overlay/get_intersection_points.hpp>
#include <boost/geometry/algorithms/overlay/self_intersection_points.hpp>
-#include <boost/geometry/algorithms/overlay/adapt_turns.hpp>
#include <boost/geometry/algorithms/overlay/enrich_intersection_points.hpp>
#include <boost/geometry/algorithms/overlay/traverse.hpp>
Modified: sandbox/geometry/libs/geometry/example/c07_custom_ring_pointer_example.cpp
==============================================================================
--- sandbox/geometry/libs/geometry/example/c07_custom_ring_pointer_example.cpp (original)
+++ sandbox/geometry/libs/geometry/example/c07_custom_ring_pointer_example.cpp 2010-01-31 16:27:11 EST (Sun, 31 Jan 2010)
@@ -97,6 +97,9 @@
std::vector<boost::geometry::ring_2d> unioned;
std::vector<boost::geometry::ring_2d> intersected;
+
+ // Temporarily not working
+ /*
boost::geometry::intersection_inserter<boost::geometry::ring_2d>(a, b, std::back_inserter(intersected));
boost::geometry::union_inserter<boost::geometry::ring_2d>(a, b, std::back_inserter(unioned));
@@ -115,6 +118,7 @@
std::cout << "a & b: " << ai << std::endl;
std::cout << "a | b: " << au << std::endl;
std::cout << "a + b - (a & b): " << (aa + ab - ai) << std::endl;
+ */
// free
BOOST_FOREACH(my_point* p, a)
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