MCPcopy Create free account
hub / github.com/Notgnoshi/generative / extract_segment_strings

Method extract_segment_strings

generative/noding/geometry-noder.cpp:152–157  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

150 }
151}
152void GeometryNoder::extract_segment_strings(const geos::geom::Geometry& geometry,
153 geos::noding::SegmentString::NonConstVect& out)
154{
155 SegmentStringExtractor extractor(out);
156 geometry.apply_ro(&extractor);
157}
158
159geos::noding::Noder& GeometryNoder::get_noder()
160{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected