| 198 | plot(field.getField(), color); |
| 199 | } |
| 200 | void Visualizer::plotFilled(const F2CField& field, |
| 201 | const std::vector<double>& color) { |
| 202 | plot(field.getField(), color); |
| 203 | } |
| 204 | |
| 205 | |
| 206 | void Visualizer::plotFilled(const F2CCells& cells, |
nothing calls this directly
no test coverage detected