GEOS 3.6.2
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
19namespace geos {
20namespace index { // geos.index
21
26namespace 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
Contains classes which implement a sweepline algorithm for scanning geometric data structures.
Definition index/sweepline/SweepLineEvent.h:23
Provides classes for various kinds of spatial indexes.
Definition IndexedNestedRingTester.h:31
Basic namespace for all GEOS functionalities.
Definition IndexedNestedRingTester.h:25