MCPcopy Create free account
hub / github.com/Fields2Cover/Fields2Cover / plotFilled

Method plotFilled

src/fields2cover/utils/visualizer.cpp:200–203  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

198 plot(field.getField(), color);
199}
200void Visualizer::plotFilled(const F2CField& field,
201 const std::vector<double>& color) {
202 plot(field.getField(), color);
203}
204
205
206void Visualizer::plotFilled(const F2CCells& cells,

Callers

nothing calls this directly

Calls 6

getExteriorRingMethod · 0.80
sizeMethod · 0.45
getInteriorRingMethod · 0.45
emplace_backMethod · 0.45
getXMethod · 0.45
getYMethod · 0.45

Tested by

no test coverage detected