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

Method GetPath

generator/srtm_parser.cpp:211–214  ·  view source on GitHub ↗

static

Source from the content-addressed store, hash-verified

209
210// static
211std::string SrtmTile::GetPath(std::string const & dir, std::string const & base)
212{
213 return GetSrtmContFileName(dir, base);
214}
215
216// static
217SrtmTile::LatLonKey SrtmTile::GetKey(ms::LatLon const & coord)

Callers 5

UNIT_CLASS_TESTFunction · 0.45
CheckCoverageFunction · 0.45
CheckDistanceFunction · 0.45
TestMwmBuilderMethod · 0.45
FinishMethod · 0.45

Calls 1

GetSrtmContFileNameFunction · 0.85

Tested by 3

UNIT_CLASS_TESTFunction · 0.36
TestMwmBuilderMethod · 0.36
FinishMethod · 0.36