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

Method UpdateData2D

Modules/Chart/src/QmitkChartWidget.cpp:364–369  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

362}
363
364void QmitkChartWidget::Impl::UpdateData2D(const std::vector< std::pair<double, double> > &data2D, const std::string &label)
365{
366 auto element = GetDataElementByLabel(label);
367 if (element)
368 element->SetData(data2D);
369}
370
371void QmitkChartWidget::Impl::UpdateChartExampleData(const std::vector< std::pair<double, double> >& data2D,
372 const std::string& label,

Callers 1

SetHistogramMethod · 0.80

Calls 1

SetDataMethod · 0.45

Tested by

no test coverage detected