GEOS  3.3.3
opRelate.h
1 /**********************************************************************
2  * $Id: opRelate.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) 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 #ifndef GEOS_OPRELATE_H
18 #define GEOS_OPRELATE_H
19 
20 namespace geos {
21 namespace operation { // geos::operation
22 
23 
67 namespace relate { // geos.operation.relate
68 
69 } // namespace geos:operation:relate
70 } // namespace geos:operation
71 } // namespace geos
72 
73 
74 //#include <geos/operation/relate/EdgeEndBuilder.h>
75 //#include <geos/operation/relate/EdgeEndBundle.h>
76 //#include <geos/operation/relate/EdgeEndBundleStar.h>
77 #include <geos/operation/relate/RelateComputer.h>
78 //#include <geos/operation/relate/RelateNode.h>
79 //#include <geos/operation/relate/RelateNodeFactory.h>
80 //#include <geos/operation/relate/RelateNodeGraph.h>
81 #include <geos/operation/relate/RelateOp.h>
82 
83 #endif
84