00001 /********************************************************************** 00002 * 00003 * GEOS - Geometry Engine Open Source 00004 * http://geos.osgeo.org 00005 * 00006 * Copyright (C) 2005-2006 Refractions Research Inc. 00007 * Copyright (C) 2001-2002 Vivid Solutions Inc. 00008 * 00009 * This is free software; you can redistribute and/or modify it under 00010 * the terms of the GNU Lesser General Public Licence as published 00011 * by the Free Software Foundation. 00012 * See the COPYING file for more information. 00013 * 00014 ********************************************************************** 00015 * 00016 * This includes all headers from geos/algorithm. 00017 * It is reccommended you avoid to include this file, but rather 00018 * you include the specific headers you need. This is to reduce 00019 * dependency and thus build times. 00020 * We kept this file to provide some degree of backward compatibility. 00021 * This is also where Doxygen documentation for the geos::algorithm 00022 * namespace resides. 00023 * 00024 **********************************************************************/ 00025 00026 #ifndef GEOS_ALGORITHM_H 00027 #define GEOS_ALGORITHM_H 00028 00029 //#include <geos/algorithm/CGAlgorithms.h> 00030 //#include <geos/algorithm/CentroidArea.h> 00031 //#include <geos/algorithm/CentroidLine.h> 00032 //#include <geos/algorithm/CentroidPoint.h> 00033 //#include <geos/algorithm/ConvexHull.h> 00034 //#include <geos/algorithm/HCoordinate.h> 00035 //#include <geos/algorithm/InteriorPointArea.h> 00036 //#include <geos/algorithm/InteriorPointLine.h> 00037 //#include <geos/algorithm/InteriorPointPoint.h> 00038 #include <geos/algorithm/LineIntersector.h> 00039 //#include <geos/algorithm/MCPointInRing.h> 00040 //#include <geos/algorithm/MinimumDiameter.h> 00041 //#include <geos/algorithm/NotRepresentableException.h> 00042 //#include <geos/algorithm/PointInRing.h> 00043 #include <geos/algorithm/PointLocator.h> 00044 //#include <geos/algorithm/RobustDeterminant.h> 00045 //#include <geos/algorithm/SIRtreePointInRing.h> 00046 //#include <geos/algorithm/SimplePointInAreaLocator.h> 00047 //#include <geos/algorithm/SimplePointInRing.h> 00048 00049 namespace geos { 00050 00092 namespace algorithm { // geos::algorithm 00093 00097 namespace locate { 00098 } // namespace geos::algorithm::locate 00099 } // namespace geos::algorithm 00100 } // namespace geos 00101 00102 00103 #endif 00104