GEOS 3.6.2
opBuffer.h
1/**********************************************************************
2 *
3 * GEOS - Geometry Engine Open Source
4 * http://geos.osgeo.org
5 *
6 * Copyright (C) 2001-2002 Vivid Solutions Inc.
7 * Copyright (C) 2005 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_OPBUFFER_H
17#define GEOS_OPBUFFER_H
18
19namespace geos {
20namespace operation { // geos.operation
21
23namespace buffer {
24} // namespace geos.operation.buffer
25} // namespace geos.operation
26} // namespace geos
27
28#include <geos/operation/buffer/BufferOp.h>
29
30// This is needed for enum values
31#include <geos/operation/buffer/OffsetCurveBuilder.h>
32
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>
38
39#endif // ndef GEOS_OPBUFFER_H
40
Provides classes for computing buffers of geometries.
Definition opBuffer.h:23
Provides classes for implementing operations on geometries.
Definition IndexedNestedRingTester.h:40
Basic namespace for all GEOS functionalities.
Definition IndexedNestedRingTester.h:25