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

Method SetBounds

libs/indexer/data_header.cpp:67–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65}
66
67void DataHeader::SetBounds(m2::RectD const & r)
68{
69 m_bounds = RectToInt64Obsolete(r, m_codingParams.GetCoordBits());
70}
71
72std::pair<int, int> DataHeader::GetScaleRange() const
73{

Callers

nothing calls this directly

Calls 2

RectToInt64ObsoleteFunction · 0.85
GetCoordBitsMethod · 0.80

Tested by

no test coverage detected