21 #ifndef GEOS_OP_BUFFER_BUFFERBUILDER_H
22 #define GEOS_OP_BUFFER_BUFFERBUILDER_H
24 #include <geos/export.h>
28 #include <geos/operation/buffer/BufferOp.h>
29 #include <geos/operation/buffer/OffsetCurveBuilder.h>
30 #include <geos/geomgraph/EdgeList.h>
34 #pragma warning(disable: 4251) // warning C4251: needs to have dll-interface to be used by clients of class
42 class GeometryFactory;
46 class LineIntersector;
51 class IntersectionAdder;
103 bufParams(nBufParams),
104 workingPrecisionModel(NULL),
106 intersectionAdder(NULL),
126 workingPrecisionModel=pm;
160 double distance,
bool leftSide ) ;
184 std::vector<geomgraph::Label *> newLabels;
186 void computeNodedEdges(std::vector<noding::SegmentString*>& bufSegStr,
202 std::vector<BufferSubgraph*>& list);
214 void buildSubgraphs(
const std::vector<BufferSubgraph*>& subgraphList,
250 #endif // ndef GEOS_OP_BUFFER_BUFFERBUILDER_H