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

Function GetKey

generator/statistics.cpp:172–180  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

170}
171
172std::string GetKey(GeomType type)
173{
174 switch (type)
175 {
176 case GeomType::Line: return "Line";
177 case GeomType::Area: return "Area";
178 default: return "Point";
179 }
180}
181
182std::string GetKey(CountType t)
183{

Callers 10

Remove1Method · 0.70
GetBaseMethod · 0.70
srtm_parser.cppFile · 0.70
PrintTopFunction · 0.70
PrintTypeStatsFunction · 0.70
operator()Method · 0.70
InsertMethod · 0.70
RemoveMethod · 0.70
DoMergeMethod · 0.70
operator()Method · 0.50

Calls 2

to_stringFunction · 0.85
GetReadableObjectNameMethod · 0.80

Tested by 1

operator()Method · 0.40