00001 /********************************************************************** 00002 * $Id: noding.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) 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 * Kept for backward compatibility, avoid to include 00018 * directly, include <geos/noding/whatever.h> instead. 00019 * 00020 **********************************************************************/ 00021 00022 #ifndef GEOS_NODING_H 00023 #define GEOS_NODING_H 00024 00025 //#include <geos/noding/IntersectionAdder.h> 00026 //#include <geos/noding/IntersectionFinderAdder.h> 00027 //#include <geos/noding/IteratedNoder.h> 00028 //#include <geos/noding/MCIndexNoder.h> 00029 //#include <geos/noding/Noder.h> 00030 //#include <geos/noding/NodingValidator.h> 00031 //#include <geos/noding/Octant.h> 00032 //#include <geos/noding/ScaledNoder.h> 00033 //#include <geos/noding/SegmentIntersector.h> 00034 //#include <geos/noding/SegmentNode.h> 00035 //#include <geos/noding/SegmentNodeList.h> 00036 //#include <geos/noding/SegmentString.h> 00037 //#include <geos/noding/SimpleNoder.h> 00038 //#include <geos/noding/SinglePassNoder.h> 00039 00040 namespace geos { 00041 00043 namespace noding { // geos.noding 00044 00045 } // namespace geos.noding 00046 } // namespace geos 00047 00048 00049 #endif 00050