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

Method GetBounds

libs/indexer/data_header.cpp:62–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60}
61
62m2::RectD DataHeader::GetBounds() const
63{
64 return Int64ToRectObsolete(m_bounds, m_codingParams.GetCoordBits());
65}
66
67void DataHeader::SetBounds(m2::RectD const & r)
68{

Callers 3

PostcodePointsMethod · 0.45
CreateInfoMethod · 0.45
UNIT_CLASS_TESTFunction · 0.45

Calls 2

Int64ToRectObsoleteFunction · 0.85
GetCoordBitsMethod · 0.80

Tested by 1

UNIT_CLASS_TESTFunction · 0.36