GEOS  3.3.3
opPredicate.h
1 /**********************************************************************
2  * $Id: opPredicate.h 1820 2006-09-06 16:54:23Z mloskot $
3  *
4  * GEOS - Geometry Engine Open Source
5  * http://geos.refractions.net
6  *
7  * Copyright (C) 2006 Refractions Research 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_OPPREDICATE_H
17 #define GEOS_OPPREDICATE_H
18 
19 namespace geos {
20 namespace operation {
21 namespace predicate {
22 
23 } // namespace predicate
24 } // namespace operation
25 } // namespace geos
26 
27 //#include <geos/operation/predicate/RectangleContains.h>
28 //#include <geos/operation/predicate/RectangleIntersects.h>
29 //#include <geos/operation/predicate/SegmentIntersectionTester.h>
30 
31 #endif // ifndef GEOS_OPPREDICATE_H