MCPcopy Create free account
hub / github.com/OpenOrienteering/mapper / findObjectsAtBox

Method findObjectsAtBox

src/core/map.cpp:2237–2245  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2235}
2236
2237void Map::findObjectsAtBox(
2238 const MapCoordF& corner1,
2239 const MapCoordF& corner2,
2240 bool include_hidden_objects,
2241 bool include_protected_objects,
2242 std::vector< Object* >& out ) const
2243{
2244 getCurrentPart()->findObjectsAtBox(corner1, corner2, include_hidden_objects, include_protected_objects, out);
2245}
2246
2247int Map::countObjectsInRect(const QRectF& map_coord_rect, bool include_hidden_objects)
2248{

Callers 1

selectBoxMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected