19 #ifndef GEOS_NODING_SNAPROUND_MCINDEXPOINTSNAPPER_H
20 #define GEOS_NODING_SNAPROUND_MCINDEXPOINTSNAPPER_H
22 #include <geos/export.h>
24 #include <geos/inline.h>
71 unsigned int vertexIndex);
74 return snap(hotPixel, 0, 0);
92 #endif // GEOS_NODING_SNAPROUND_MCINDEXPOINTSNAPPER_H
Implements a "hot pixel" as used in the Snap Rounding algorithm.
Definition: HotPixel.h:62
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:47
"Snaps" all SegmentStrings in a SpatialIndex containing MonotoneChains to a given HotPixel...
Definition: MCIndexPointSnapper.h:48