GEOS  3.3.3
opLinemerge.h
1 /**********************************************************************
2  * $Id: opLinemerge.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_OPLINEMERGE_H
17 #define GEOS_OPLINEMERGE_H
18 
19 namespace geos {
20 namespace operation { // geos::operation
21 
23 namespace linemerge { // geos::operation::linemerge
24 
25 } // namespace geos::operation::linemerge
26 } // namespace geos::operation
27 } // namespace geos
28 
29 //#include <geos/operation/linemerge/EdgeString.h>
30 //#include <geos/operation/linemerge/LineMergeDirectedEdge.h>
31 //#include <geos/operation/linemerge/LineMergeEdge.h>
32 //#include <geos/operation/linemerge/LineMergeGraph.h>
33 #include <geos/operation/linemerge/LineMerger.h>
34 //#include <geos/operation/linemerge/LineSequencer.h>
35 
36 #endif
37