GEOS  3.3.3
operation.h
1 /**********************************************************************
2  * $Id: operation.h 2431 2009-04-30 10:47:08Z strk $
3  *
4  * GEOS - Geometry Engine Open Source
5  * http://geos.refractions.net
6  *
7  * Copyright (C) 2001-2002 Vivid Solutions Inc.
8  * Copyright (C) 2005 Refractions Research Inc.
9  *
10  * This is free software; you can redistribute and/or modify it under
11  * the terms of the GNU Lesser General Public Licence as published
12  * by the Free Software Foundation.
13  * See the COPYING file for more information.
14  *
15  **********************************************************************
16  *
17  * Don't include this file, rather include from <geos/operation/class.h>
18  *
19  **********************************************************************/
20 
21 #ifndef GEOS_OPERATION_H
22 #define GEOS_OPERATION_H
23 
24 namespace geos {
25 
27 namespace operation { // geos.operation
28 
29 } // namespace geos.operation
30 } // namespace geos
31 
32 #include <geos/operation/GeometryGraphOperation.h>
33 #include <geos/operation/IsSimpleOp.h>
34 
35 #endif