Complete Note#1 in the http://wiki.osgeo.org/wiki/GEOS_Provenance_Review to get out...
[geos.git] / include / geos / indexSweepline.h
blob5879241c6d6a93b07239bb5053604d59679cd8b9
1 /**********************************************************************
3 * GEOS - Geometry Engine Open Source
4 * http://geos.osgeo.org
6 * Copyright (C) 2006 Refractions Research Inc.
7 * Copyright (C) 2001-2002 Vivid Solutions Inc.
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.
14 **********************************************************************/
16 #ifndef GEOS_INDEXSWEEPLINE_H
17 #define GEOS_INDEXSWEEPLINE_H
19 namespace geos {
20 namespace index { // geos.index
22 /// \brief
23 /// Contains classes which implement a sweepline algorithm
24 /// for scanning geometric data structures.
25 ///
26 namespace sweepline { // geos.index.sweepline
28 } // namespace geos.index.sweepline
29 } // namespace geos.index
30 } // namespace geos
32 //#include <geos/index/sweepline/SweepLineEvent.h>
33 //#include <geos/index/sweepline/SweepLineIndex.h>
34 //#include <geos/index/sweepline/SweepLineInterval.h>
35 #include <geos/index/sweepline/SweepLineOverlapAction.h>
37 #endif
39 /**********************************************************************
40 * $Log$
41 * Revision 1.8 2006/06/05 19:42:33 strk
42 * Fixed noinst_geos_HEADERS => noinst_HEADERS.
44 * Revision 1.7 2006/06/01 10:28:46 strk
45 * Reduced number of installed headers for the geos::index namespace
47 * Revision 1.6 2006/03/21 10:01:30 strk
48 * indexSweepline.h header split
50 **********************************************************************/