GEOS 3.6.2
indexChain.h
1/**********************************************************************
2 *
3 * GEOS - Geometry Engine Open Source
4 * http://geos.osgeo.org
5 *
6 * Copyright (C) 2001-2002 Vivid Solutions Inc.
7 *
8 * This is free software; you can redistribute and/or modify it under
9 * the terms of the GNU Lesser General Public Licence as published
10 * by the Free Software Foundation.
11 * See the COPYING file for more information.
12 *
13 **********************************************************************/
14
15#ifndef GEOS_INDEXCHAIN_H
16#define GEOS_INDEXCHAIN_H
17
18namespace geos {
19namespace index { // geos.index
20
22namespace chain { // geos.index.chain
23
24} // namespace geos.index.chain
25} // namespace geos.index
26} // namespace geos
27
28#include <geos/index/chain/MonotoneChain.h>
29//#include <geos/index/chain/MonotoneChainBuilder.h>
30#include <geos/index/chain/MonotoneChainOverlapAction.h>
31#include <geos/index/chain/MonotoneChainSelectAction.h>
32
33#endif
34
Contains classes that implement Monotone Chains.
Definition MCPointInRing.h:41
Provides classes for various kinds of spatial indexes.
Definition IndexedNestedRingTester.h:31
Basic namespace for all GEOS functionalities.
Definition IndexedNestedRingTester.h:25