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

Method GetSelectionGeometryBoundingBox

libs/drape_frontend/selection_shape.cpp:159–165  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

157}
158
159m2::RectD SelectionShape::GetSelectionGeometryBoundingBox() const
160{
161 m2::RectD rect;
162 for (auto const & geometry : m_selectionGeometry)
163 rect.Add(geometry->GetBoundingBox());
164 return rect;
165}
166} // namespace df

Callers 2

AcceptMessageMethod · 0.80
OnNewVisibleViewportMethod · 0.80

Calls 1

AddMethod · 0.45

Tested by

no test coverage detected