GEOS
3.4.2
Main Page
Related Pages
Namespaces
Classes
Files
File List
include
geos
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
18
namespace
geos {
19
namespace
index {
// geos.index
20
22
namespace
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
Generated by
1.8.5