GEOS  3.6.2
noding.h
00001 /**********************************************************************
00002  *
00003  * GEOS - Geometry Engine Open Source
00004  * http://geos.osgeo.org
00005  *
00006  * Copyright (C) 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  * Kept for backward compatibility, avoid to include
00017  * directly, include <geos/noding/whatever.h> instead.
00018  *
00019  **********************************************************************/
00020 
00021 #ifndef GEOS_NODING_H
00022 #define GEOS_NODING_H
00023 
00024 //#include <geos/noding/IntersectionAdder.h>
00025 //#include <geos/noding/IntersectionFinderAdder.h>
00026 //#include <geos/noding/IteratedNoder.h>
00027 //#include <geos/noding/MCIndexNoder.h>
00028 //#include <geos/noding/Noder.h>
00029 //#include <geos/noding/NodingValidator.h>
00030 //#include <geos/noding/Octant.h>
00031 //#include <geos/noding/ScaledNoder.h>
00032 //#include <geos/noding/SegmentIntersector.h>
00033 //#include <geos/noding/SegmentNode.h>
00034 //#include <geos/noding/SegmentNodeList.h>
00035 //#include <geos/noding/SegmentString.h>
00036 //#include <geos/noding/SimpleNoder.h>
00037 //#include <geos/noding/SinglePassNoder.h>
00038 
00039 namespace geos {
00040 
00042 namespace noding { // geos.noding
00043 
00044 } // namespace geos.noding
00045 } // namespace geos
00046 
00047 
00048 #endif
00049