GEOS  3.3.3
opBuffer.h
1 /**********************************************************************
2  * $Id: opBuffer.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_OPBUFFER_H
18 #define GEOS_OPBUFFER_H
19 
20 namespace geos {
21 namespace operation { // geos.operation
22 
24 namespace buffer {
25 } // namespace geos.operation.buffer
26 } // namespace geos.operation
27 } // namespace geos
28 
29 #include <geos/operation/buffer/BufferOp.h>
30 
31 // This is needed for enum values
32 #include <geos/operation/buffer/OffsetCurveBuilder.h>
33 
34 //#include <geos/operation/buffer/BufferBuilder.h>
35 //#include <geos/operation/buffer/OffsetCurveSetBuilder.h>
36 //#include <geos/operation/buffer/BufferSubgraph.h>
37 //#include <geos/operation/buffer/SubgraphDepthLocater.h>
38 //#include <geos/operation/buffer/RightmostEdgeFinder.h>
39 
40 #endif // ndef GEOS_OPBUFFER_H
41