geosAlgorithm.h

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

Generated on Fri Mar 27 04:52:46 2009 for GEOS by  doxygen 1.5.4