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

Method Do

tools/topography_generator/generator.cpp:257–262  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

255 }
256
257 void Do()
258 {
259 for (int lat = m_bottom; lat <= m_top; ++lat)
260 for (int lon = m_left; lon <= m_right; ++lon)
261 ProcessTile(lat, lon);
262 }
263
264private:
265 void Init(int left, int bottom, int right, int top)

Callers 1

RunGenerateIsolinesTasksFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected