MCPcopy Create free account
hub / github.com/alandefreitas/matplotplusplus / get_start_edge

Method get_start_edge

source/matplot/util/contourc.cpp:1298–1304  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1296 }
1297
1298 Edge QuadContourGenerator::get_start_edge(long quad,
1299 unsigned int level_index) const {
1300 if (EXISTS_ANY_CORNER(quad))
1301 return get_corner_start_edge(quad, level_index);
1302 else
1303 return get_quad_start_edge(quad, level_index);
1304 }
1305
1306 void QuadContourGenerator::init_cache_grid() {
1307 long i, j, quad;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected