GEOS 3.6.2
geosAlgorithm.h
1/**********************************************************************
2 *
3 * GEOS - Geometry Engine Open Source
4 * http://geos.osgeo.org
5 *
6 * Copyright (C) 2005-2006 Refractions Research Inc.
7 * Copyright (C) 2001-2002 Vivid Solutions Inc.
8 *
9 * This is free software; you can redistribute and/or modify it under
10 * the terms of the GNU Lesser General Public Licence as published
11 * by the Free Software Foundation.
12 * See the COPYING file for more information.
13 *
14 **********************************************************************
15 *
16 * This includes all headers from geos/algorithm.
17 * It is reccommended you avoid to include this file, but rather
18 * you include the specific headers you need. This is to reduce
19 * dependency and thus build times.
20 * We kept this file to provide some degree of backward compatibility.
21 * This is also where Doxygen documentation for the geos::algorithm
22 * namespace resides.
23 *
24 **********************************************************************/
25
26#ifndef GEOS_ALGORITHM_H
27#define GEOS_ALGORITHM_H
28
29//#include <geos/algorithm/CGAlgorithms.h>
30//#include <geos/algorithm/CentroidArea.h>
31//#include <geos/algorithm/CentroidLine.h>
32//#include <geos/algorithm/CentroidPoint.h>
33//#include <geos/algorithm/ConvexHull.h>
34//#include <geos/algorithm/HCoordinate.h>
35//#include <geos/algorithm/InteriorPointArea.h>
36//#include <geos/algorithm/InteriorPointLine.h>
37//#include <geos/algorithm/InteriorPointPoint.h>
38#include <geos/algorithm/LineIntersector.h>
39//#include <geos/algorithm/MCPointInRing.h>
40//#include <geos/algorithm/MinimumDiameter.h>
41//#include <geos/algorithm/NotRepresentableException.h>
42//#include <geos/algorithm/PointInRing.h>
43#include <geos/algorithm/PointLocator.h>
44//#include <geos/algorithm/RobustDeterminant.h>
45//#include <geos/algorithm/SIRtreePointInRing.h>
46//#include <geos/algorithm/SimplePointInAreaLocator.h>
47//#include <geos/algorithm/SimplePointInRing.h>
48
49namespace geos {
50
92namespace algorithm { // geos::algorithm
93
97namespace locate {
98} // namespace geos::algorithm::locate
99} // namespace geos::algorithm
100} // namespace geos
101
102
103#endif
104
Classes which determine the Location of points in geometries.
Definition IndexedPointInAreaLocator.h:43
Contains classes and interfaces implementing fundamental computational geometry algorithms.
Definition Angle.h:33
Basic namespace for all GEOS functionalities.
Definition IndexedNestedRingTester.h:25