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

Method ToObjectNames

libs/indexer/feature_data.cpp:220–227  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

218}
219
220vector<string> TypesHolder::ToObjectNames() const
221{
222 Classificator const & c = classif();
223 vector<string> result;
224 for (uint32_t const type : *this)
225 result.push_back(c.GetReadableObjectName(type));
226 return result;
227}
228} // namespace feature
229
230////////////////////////////////////////////////////////////////////////////////////

Callers 5

ShowInfoPopupMethod · 0.80
BuildMethod · 0.80
CreateNoteMethod · 0.80
GetRawTypesMethod · 0.80

Calls 2

GetReadableObjectNameMethod · 0.80
push_backMethod · 0.45

Tested by

no test coverage detected