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

Method QmitkChartxyData

Modules/Chart/src/QmitkChartxyData.cpp:15–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13#include <QmitkChartxyData.h>
14
15QmitkChartxyData::QmitkChartxyData(const std::vector< std::pair<double, double> > &data,
16 const QVariant &label,
17 const QVariant &chartType,
18 const QVariant &position)
19 : m_LabelCount(position), m_Label(label), m_ChartType(chartType)
20{
21 SetData(data);
22}
23
24void QmitkChartxyData::SetData(const std::vector< std::pair<double, double> > &data)
25{

Callers

nothing calls this directly

Calls 1

SetDataFunction · 0.85

Tested by

no test coverage detected