MCPcopy Create free account
hub / github.com/davidgiven/fluxengine / mainAnalyseLayout

Function mainAnalyseLayout

src/fe-analyselayout.cc:232–240  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

230}
231
232int mainAnalyseLayout(int argc, const char* argv[])
233{
234 flags.parseFlags(argc, argv);
235
236 Image image = readCsv(source.get());
237 visualiseSectorsToFile(image, "out.svg");
238
239 return 0;
240}

Callers

nothing calls this directly

Calls 4

readCsvFunction · 0.85
visualiseSectorsToFileFunction · 0.85
parseFlagsMethod · 0.80
getMethod · 0.45

Tested by

no test coverage detected