~ubuntu-branches/ubuntu/saucy/merkaartor/saucy

« back to all changes in this revision

Viewing changes to include/ggl/geometries/geometries.hpp

  • Committer: Bazaar Package Importer
  • Author(s): Bernd Zeimetz
  • Date: 2009-09-13 00:52:12 UTC
  • mto: (1.2.7 upstream) (0.1.3 upstream) (3.1.7 sid)
  • mto: This revision was merged to the branch mainline in revision 10.
  • Revision ID: james.westby@ubuntu.com-20090913005212-pjecal8zxm07x0fj
ImportĀ upstreamĀ versionĀ 0.14+svnfixes~20090912

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
// Generic Geometry Library
 
2
//
 
3
// Copyright Barend Gehrels 1995-2009, Geodan Holding B.V. Amsterdam, the Netherlands.
 
4
// Copyright Bruno Lalande 2008, 2009
 
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 GGL_GEOMETRIES_HPP
 
10
#define GGL_GEOMETRIES_HPP
 
11
 
 
12
#include <ggl/geometries/adapted/c_array.hpp>
 
13
#include <ggl/geometries/adapted/tuple.hpp>
 
14
 
 
15
#include <ggl/geometries/point.hpp>
 
16
#include <ggl/geometries/point_ll.hpp>
 
17
#include <ggl/geometries/point_xy.hpp>
 
18
#include <ggl/geometries/linear_ring.hpp>
 
19
#include <ggl/geometries/linestring.hpp>
 
20
#include <ggl/geometries/polygon.hpp>
 
21
 
 
22
#include <ggl/geometries/box.hpp>
 
23
#include <ggl/geometries/nsphere.hpp>
 
24
#include <ggl/geometries/segment.hpp>
 
25
 
 
26
#endif // GGL_GEOMETRIES_HPP