GEOS
3.6.2
|
00001 /********************************************************************** 00002 * 00003 * GEOS - Geometry Engine Open Source 00004 * http://geos.osgeo.org 00005 * 00006 * Copyright (C) 2006 Refractions Research Inc. 00007 * 00008 * This is free software; you can redistribute and/or modify it under 00009 * the terms of the GNU Lesser General Public Licence as published 00010 * by the Free Software Foundation. 00011 * See the COPYING file for more information. 00012 * 00013 **********************************************************************/ 00014 00015 #ifndef GEOS_OPPREDICATE_H 00016 #define GEOS_OPPREDICATE_H 00017 00018 namespace geos { 00019 namespace operation { 00020 namespace predicate { 00021 00022 } // namespace predicate 00023 } // namespace operation 00024 } // namespace geos 00025 00026 //#include <geos/operation/predicate/RectangleContains.h> 00027 //#include <geos/operation/predicate/RectangleIntersects.h> 00028 //#include <geos/operation/predicate/SegmentIntersectionTester.h> 00029 00030 #endif // ifndef GEOS_OPPREDICATE_H