GEOS 3.6.2
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
18namespace geos {
19namespace operation {
20namespace 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
Provides classes for implementing operations on geometries.
Definition IndexedNestedRingTester.h:40
Basic namespace for all GEOS functionalities.
Definition IndexedNestedRingTester.h:25