GEOS
3.4.2
Main Page
Related Pages
Namespaces
Classes
Files
File List
include
geos
indexSweepline.h
1
/**********************************************************************
2
*
3
* GEOS - Geometry Engine Open Source
4
* http://geos.osgeo.org
5
*
6
* Copyright (C) 2006 Refractions Research Inc.
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_INDEXSWEEPLINE_H
17
#define GEOS_INDEXSWEEPLINE_H
18
19
namespace
geos {
20
namespace
index {
// geos.index
21
26
namespace
sweepline {
// geos.index.sweepline
27
28
}
// namespace geos.index.sweepline
29
}
// namespace geos.index
30
}
// namespace geos
31
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>
36
37
#endif
Generated by
1.8.5