GEOS  3.3.3
indexChain.h
1 /**********************************************************************
2  * $Id: indexChain.h 1820 2006-09-06 16:54:23Z mloskot $
3  *
4  * GEOS - Geometry Engine Open Source
5  * http://geos.refractions.net
6  *
7  * Copyright (C) 2001-2002 Vivid Solutions Inc.
8  *
9  * This is free software; you can redistribute and/or modify it under
10  * the terms of the GNU Lesser General Public Licence as published
11  * by the Free Software Foundation.
12  * See the COPYING file for more information.
13  *
14  **********************************************************************/
15 
16 #ifndef GEOS_INDEXCHAIN_H
17 #define GEOS_INDEXCHAIN_H
18 
19 namespace geos {
20 namespace index { // geos.index
21 
23 namespace chain { // geos.index.chain
24 
25 } // namespace geos.index.chain
26 } // namespace geos.index
27 } // namespace geos
28 
29 #include <geos/index/chain/MonotoneChain.h>
30 //#include <geos/index/chain/MonotoneChainBuilder.h>
31 #include <geos/index/chain/MonotoneChainOverlapAction.h>
32 #include <geos/index/chain/MonotoneChainSelectAction.h>
33 
34 #endif
35