GEOS  3.3.3
indexSweepline.h
1 /**********************************************************************
2  * $Id: indexSweepline.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_INDEXSWEEPLINE_H
18 #define GEOS_INDEXSWEEPLINE_H
19 
20 namespace geos {
21 namespace index { // geos.index
22 
27 namespace sweepline { // geos.index.sweepline
28 
29 } // namespace geos.index.sweepline
30 } // namespace geos.index
31 } // namespace geos
32 
33 //#include <geos/index/sweepline/SweepLineEvent.h>
34 //#include <geos/index/sweepline/SweepLineIndex.h>
35 //#include <geos/index/sweepline/SweepLineInterval.h>
36 #include <geos/index/sweepline/SweepLineOverlapAction.h>
37 
38 #endif
39 
40 /**********************************************************************
41  * $Log$
42  * Revision 1.8 2006/06/05 19:42:33 strk
43  * Fixed noinst_geos_HEADERS => noinst_HEADERS.
44  *
45  * Revision 1.7 2006/06/01 10:28:46 strk
46  * Reduced number of installed headers for the geos::index namespace
47  *
48  * Revision 1.6 2006/03/21 10:01:30 strk
49  * indexSweepline.h header split
50  *
51  **********************************************************************/
52