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

Function CalcStats

generator/statistics.cpp:148–152  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

146};
147
148void CalcStats(std::string const & fPath, MapInfo & info)
149{
150 AccumulateStatistic doProcess(info);
151 feature::ForEachFeature(fPath, doProcess);
152}
153
154void PrintInfo(std::ostream & os, std::string const & prefix, GeneralInfo const & info, uint8_t prefixWidth = 1,
155 bool names = false, bool measurements = false)

Callers 1

generator_tool.cppFile · 0.85

Calls 1

ForEachFeatureFunction · 0.85

Tested by

no test coverage detected