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

Method InitClassificator

libs/map/features_fetcher.cpp:30–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28// Let's process RootException everywhere, to supress such errors.
29
30void FeaturesFetcher::InitClassificator()
31{
32 try
33 {
34 classificator::Load();
35 }
36 catch (RootException const & e)
37 {
38 LOG(LERROR, ("Classificator read error: ", e.what()));
39 }
40}
41
42std::pair<MwmSet::MwmId, MwmSet::RegResult> FeaturesFetcher::RegisterMap(LocalCountryFile const & localFile)
43{

Callers 5

FrameworkMethod · 0.80
RunTestFunction · 0.80
RunTestFunction · 0.80
UNIT_TESTFunction · 0.80
CreateFeaturesFetcherFunction · 0.80

Calls 2

LoadFunction · 0.50
whatMethod · 0.45

Tested by 3

RunTestFunction · 0.64
RunTestFunction · 0.64
CreateFeaturesFetcherFunction · 0.64