19 #ifndef GEOS_NODING_SNAPROUND_MCINDEXPOINTSNAPPER_H
20 #define GEOS_NODING_SNAPROUND_MCINDEXPOINTSNAPPER_H
23 #include <geos/export.h>
25 #include <geos/inline.h>
80 return snap(hotPixel,
nullptr, 0);
88 static constexpr
double SAFE_ENV_EXPANSION_FACTOR = 0.75;
An Envelope defines a rectangulare region of the 2D coordinate plane.
Definition: Envelope.h:58
Abstract class defines basic insertion and query operations supported by classes implementing spatial...
Definition: SpatialIndex.h:47
An interface for classes which represent a sequence of contiguous line segments.
Definition: SegmentString.h:46
Implements a "hot pixel" as used in the Snap Rounding algorithm.
Definition: HotPixel.h:63
"Snaps" all SegmentStrings in a SpatialIndex containing MonotoneChains to a given HotPixel.
Definition: MCIndexPointSnapper.h:52
bool snap(HotPixel &hotPixel, SegmentString *parentEdge, size_t vertexIndex)
Snaps (nodes) all interacting segments to this hot pixel.
Basic namespace for all GEOS functionalities.
Definition: IndexedNestedRingTester.h:26