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

Method PackIsolinesForCountry

tools/topography_generator/generator.cpp:553–556  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

551}
552
553void Generator::PackIsolinesForCountry(storage::CountryId const & countryId, IsolinesPackingParams const & params)
554{
555 PackIsolinesForCountry(countryId, params, nullptr /*needSkipTileFn*/);
556}
557
558void Generator::PackIsolinesForCountry(storage::CountryId const & countryId, IsolinesPackingParams const & params,
559 NeedSkipTileFn const & needSkipTileFn)

Callers 1

main.cppFile · 0.80

Calls 9

GetIsolinesFilePathFunction · 0.85
MercatorRectToTilesRangeFunction · 0.85
LoadContoursFunction · 0.85
CropContoursFunction · 0.85
SimplifyContoursFunction · 0.85
SaveControursFunction · 0.85
beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected