MCPcopy Create free account
hub / github.com/comaps/comaps / Process

Method Process

generator/coastlines_generator.cpp:153–159  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

151}
152
153void CoastlineFeaturesGenerator::Process(feature::FeatureBuilder const & fb)
154{
155 if (fb.IsGeometryClosed())
156 AddRegionToTree(fb);
157 else
158 m_merger(fb);
159}
160
161bool CoastlineFeaturesGenerator::Finish()
162{

Callers

nothing calls this directly

Calls 1

IsGeometryClosedMethod · 0.80

Tested by

no test coverage detected