20 #ifndef GEOS_NODING_SNAPROUND_MCINDEXPOINTSNAPPER_H
21 #define GEOS_NODING_SNAPROUND_MCINDEXPOINTSNAPPER_H
23 #include <geos/export.h>
25 #include <geos/inline.h>
72 unsigned int vertexIndex);
75 return snap(hotPixel, 0, 0);
97 #endif // GEOS_NODING_SNAPROUND_MCINDEXPOINTSNAPPER_H
Implements a "hot pixel" as used in the Snap Rounding algorithm.
Definition: HotPixel.h:63
An interface for classes which represent a sequence of contiguous line segments.
Definition: SegmentString.h:46
Abstract class defines basic insertion and query operations supported by classes implementing spatial...
Definition: SpatialIndex.h:48
"Snaps" all SegmentStrings in a SpatialIndex containing MonotoneChains to a given HotPixel...
Definition: MCIndexPointSnapper.h:49