MCPcopy Create free account
hub / github.com/GeoDaCenter/geoda / GetHighlightRecords

Method GetHighlightRecords

Explore/MapLayer.cpp:186–195  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

184}
185
186int BackgroundMapLayer::GetHighlightRecords()
187{
188 int hl_cnt = 0;
189 for (int i=0; i<highlight_flags.size(); i++) {
190 if (highlight_flags[i]) {
191 hl_cnt += 1;
192 }
193 }
194 return hl_cnt;
195}
196
197void BackgroundMapLayer::DrawHighlight(wxMemoryDC& dc, MapCanvas* map_canvas)
198{

Callers 1

DrawLegendMethod · 0.45

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected