GEOS  3.3.3
indexStrtree.h
1 /**********************************************************************
2  * $Id: indexStrtree.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) 2006 Refractions Research Inc.
8  * Copyright (C) 2001-2002 Vivid Solutions Inc.
9  *
10  * This is free software; you can redistribute and/or modify it under
11  * the terms of the GNU Lesser General Public Licence as published
12  * by the Free Software Foundation.
13  * See the COPYING file for more information.
14  *
15  **********************************************************************/
16 
17 #ifndef GEOS_INDEXSTRTREE_H
18 #define GEOS_INDEXSTRTREE_H
19 
20 namespace geos {
21 namespace index { // geos.index
22 
24 namespace strtree { // geos.index.strtree
25 
26 } // namespace geos.index.strtree
27 } // namespace geos.index
28 } // namespace geos
29 
30 #include <geos/index/strtree/AbstractNode.h>
31 #include <geos/index/strtree/AbstractSTRtree.h>
32 #include <geos/index/strtree/Boundable.h>
33 #include <geos/index/strtree/Interval.h>
34 //#include <geos/index/strtree/ItemBoundable.h>
35 #include <geos/index/strtree/SIRtree.h>
36 #include <geos/index/strtree/STRtree.h>
37 
38 #endif // GEOS_INDEXSTRTREE_H
39 
40 /**********************************************************************
41  * $Log$
42  * Revision 1.17 2006/06/01 10:28:46 strk
43  * Reduced number of installed headers for the geos::index namespace
44  *
45  * Revision 1.16 2006/03/21 10:47:34 strk
46  * indexStrtree.h split
47  *
48  * Revision 1.15 2006/03/09 16:46:48 strk
49  * geos::geom namespace definition, first pass at headers split
50  **********************************************************************/
51