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

Method n_levels

source/matplot/axes_objects/contours.cpp:1372–1372  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1370 }
1371
1372 size_t contours::n_levels() const { return n_levels_; }
1373
1374 class contours &contours::n_levels(size_t n_levels) {
1375 n_levels_ = n_levels;

Callers 3

contourMethod · 0.80
mainFunction · 0.80
mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected