1 /**********************************************************************
3 * GEOS - Geometry Engine Open Source
4 * http://geos.osgeo.org
6 * Copyright (C) 2001-2002 Vivid Solutions Inc.
7 * Copyright (C) 2005 Refractions Research Inc.
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.
14 **********************************************************************/
16 #ifndef GEOS_OPBUFFER_H
17 #define GEOS_OPBUFFER_H
20 namespace operation
{ // geos.operation
22 /// Provides classes for computing buffers of geometries
24 } // namespace geos.operation.buffer
25 } // namespace geos.operation
28 #include <geos/operation/buffer/BufferOp.h>
30 // This is needed for enum values
31 #include <geos/operation/buffer/OffsetCurveBuilder.h>
33 //#include <geos/operation/buffer/BufferBuilder.h>
34 //#include <geos/operation/buffer/OffsetCurveSetBuilder.h>
35 //#include <geos/operation/buffer/BufferSubgraph.h>
36 //#include <geos/operation/buffer/SubgraphDepthLocater.h>
37 //#include <geos/operation/buffer/RightmostEdgeFinder.h>
39 #endif // ndef GEOS_OPBUFFER_H