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

Method init

Modules/QtWidgetsExt/src/QmitkHistogram.cpp:43–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41}
42
43void QmitkHistogram::init()
44{
45 m_Data = new HistogramData();
46 m_Data->reference = 0.0;
47
48 setItemAttribute(QwtPlotItem::AutoScale, true);
49 setItemAttribute(QwtPlotItem::Legend, true);
50
51 setZ(20.0);
52}
53
54void QmitkHistogram::setBaseline(double reference)
55{

Callers 3

OutputStreamMethod · 0.45
InputStreamMethod · 0.45
runMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected