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