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

Method GetAffiliations

generator/affiliation.cpp:174–177  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

172{}
173
174std::vector<std::string> CountriesFilesAffiliation::GetAffiliations(FeatureBuilder const & fb) const
175{
176 return affiliation::GetAffiliations(fb, m_countryPolygonsTree, m_haveBordersForWholeWorld);
177}
178
179std::vector<std::string> CountriesFilesAffiliation::GetAffiliations(m2::PointD const & point) const
180{

Callers 4

HandleMethod · 0.45
ProcessRoundaboutsMethod · 0.45
GetAffiliationsFunction · 0.45
CollectFeatureMethod · 0.45

Calls 1

GetAffiliationsFunction · 0.70

Tested by

no test coverage detected