current implementation for difference of linear geometries (still a prototype);

added some copyright headers and made minor fixes;
This commit is contained in:
Menelaos Karavelas
2014-02-11 16:22:39 +02:00
parent 9418d4b3e3
commit a0e56a6157
6 changed files with 462 additions and 3 deletions

View File

@@ -1,3 +1,12 @@
// Boost.Geometry (aka GGL, Generic Geometry Library)
// Copyright (c) 2014, Oracle and/or its affiliates.
// Licensed under the Boost Software License version 1.0.
// http://www.boost.org/users/license.html
// Contributed and/or modified by Menelaos Karavelas, on behalf of Oracle
#include <iostream>
#ifndef BOOST_TEST_MODULE
@@ -10,7 +19,7 @@
#include <boost/geometry/geometries/linestring.hpp>
#include <boost/geometry/multi/geometries/multi_linestring.hpp>
#include "/home/mkaravel/bg/boost/geometry/mysql/algorithms/difference.hpp"
#include <boost/geometry/algorithms/difference.hpp>
typedef bg::model::point<double,2,bg::cs::cartesian> point_type;
typedef bg::model::segment<point_type> segment_type;