GEOS
3.4.2
|
00001 /********************************************************************** 00002 * 00003 * GEOS - Geometry Engine Open Source 00004 * http://geos.osgeo.org 00005 * 00006 * Copyright (C) 2001-2002 Vivid Solutions Inc. 00007 * 00008 * This is free software; you can redistribute and/or modify it under 00009 * the terms of the GNU Lesser General Public Licence as published 00010 * by the Free Software Foundation. 00011 * See the COPYING file for more information. 00012 * 00013 **********************************************************************/ 00014 00015 #ifndef GEOS_INDEXCHAIN_H 00016 #define GEOS_INDEXCHAIN_H 00017 00018 namespace geos { 00019 namespace index { // geos.index 00020 00022 namespace chain { // geos.index.chain 00023 00024 } // namespace geos.index.chain 00025 } // namespace geos.index 00026 } // namespace geos 00027 00028 #include <geos/index/chain/MonotoneChain.h> 00029 //#include <geos/index/chain/MonotoneChainBuilder.h> 00030 #include <geos/index/chain/MonotoneChainOverlapAction.h> 00031 #include <geos/index/chain/MonotoneChainSelectAction.h> 00032 00033 #endif 00034