GEOS
3.4.2
Main Page
Related Pages
Namespaces
Classes
Files
File List
include
geos
opPredicate.h
1
/**********************************************************************
2
*
3
* GEOS - Geometry Engine Open Source
4
* http://geos.osgeo.org
5
*
6
* Copyright (C) 2006 Refractions Research 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_OPPREDICATE_H
16
#define GEOS_OPPREDICATE_H
17
18
namespace
geos {
19
namespace
operation {
20
namespace
predicate {
21
22
}
// namespace predicate
23
}
// namespace operation
24
}
// namespace geos
25
26
//#include <geos/operation/predicate/RectangleContains.h>
27
//#include <geos/operation/predicate/RectangleIntersects.h>
28
//#include <geos/operation/predicate/SegmentIntersectionTester.h>
29
30
#endif // ifndef GEOS_OPPREDICATE_H
Generated by
1.8.5