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

Function MakeBox

generator/affiliation.cpp:110–113  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

108using IndexSharedPtr = std::shared_ptr<CountriesFilesIndexAffiliation::Tree>;
109
110CountriesFilesIndexAffiliation::Box MakeBox(m2::RectD const & rect)
111{
112 return {rect.LeftBottom(), rect.RightTop()};
113}
114
115std::optional<std::string> IsOneCountryForLimitRect(m2::RectD const & limitRect, IndexSharedPtr const & index)
116{

Callers 2

IsOneCountryForLimitRectFunction · 0.85
BuildIndexMethod · 0.85

Calls 2

LeftBottomMethod · 0.80
RightTopMethod · 0.80

Tested by

no test coverage detected