MCPcopy Create free account
hub / github.com/MITK/MITK / main

Function main

Applications/FlowBench/MitkFlowBench.cpp:49–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47const QString FlowApplication::ARG_OUTPUTFORMAT = "flow.outputextension";
48
49int main(int argc, char* argv[])
50{
51 FlowApplication app(argc, argv);
52
53 app.setSingleMode(true);
54 app.setApplicationName("MITK FlowBench");
55 app.setOrganizationName("DKFZ");
56 app.setProperty(mitk::BaseApplication::PROP_PRODUCT, "org.mitk.gui.qt.flowapplication.workbench");
57
58 return app.run();
59}

Callers

nothing calls this directly

Calls 5

setSingleModeMethod · 0.80
setApplicationNameMethod · 0.80
setOrganizationNameMethod · 0.80
setPropertyMethod · 0.80
runMethod · 0.45

Tested by

no test coverage detected