Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYury Melnichek <melnichek@gmail.com>2011-05-23 19:59:35 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:18:04 +0300
commitb16645c48598f52eeb3ba164113cc3552cfbe9f8 (patch)
tree52e03c37ec97e6ff65a4373590856ff08ea6b0e2 /map/feature_vec_model.hpp
parent3a124e7cf5471327705cc8763c79a6060570ffd3 (diff)
Add GetIndex() to the FeatureFetcher.
Diffstat (limited to 'map/feature_vec_model.hpp')
-rw-r--r--map/feature_vec_model.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/map/feature_vec_model.hpp b/map/feature_vec_model.hpp
index 2f8262716d..dc6731a732 100644
--- a/map/feature_vec_model.hpp
+++ b/map/feature_vec_model.hpp
@@ -59,6 +59,8 @@ namespace model
m_multiIndex.ForEachInRect(toDo, rect, scale);
}
+ index_t const & GetIndex() const { return m_multiIndex; }
+
void AddWorldRect(m2::RectD const & r) { m_rect.Add(r); }
m2::RectD GetWorldRect() const;
};