|
Medical Imaging Interaction Toolkit
2025.08.00
Medical Imaging Interaction Toolkit
|
#include <mitkModelFitPlotDataHelper.h>


Public Types | |
| using | ValuesType = PlotDataValues |
Public Member Functions | |
| mitkClassMacroItkParent (PlotDataCurve, itk::Object) | |
| virtual void | SetValues (const ValuesType &_arg) |
| virtual void | SetValues (ValuesType &&_arg) |
| virtual const ValuesType & | GetValues () |
| virtual ValuesType | GetValues () |
| PlotDataCurve & | operator= (const PlotDataCurve &rhs) |
| PlotDataCurve & | operator= (PlotDataCurve &&rhs) noexcept |
| void | Reset () |
Static Public Member Functions | |
| static Pointer | New () |
Protected Member Functions | |
| PlotDataCurve () | |
| ~PlotDataCurve () override=default | |
Simple helper structure that represents a curve for plots and its generation time
Definition at line 39 of file mitkModelFitPlotDataHelper.h.
Definition at line 45 of file mitkModelFitPlotDataHelper.h.
|
protected |
|
overrideprotecteddefault |
|
virtual |
|
virtual |
| mitk::PlotDataCurve::mitkClassMacroItkParent | ( | PlotDataCurve | , |
| itk::Object | |||
| ) |
|
static |
| PlotDataCurve& mitk::PlotDataCurve::operator= | ( | const PlotDataCurve & | rhs | ) |
|
noexcept |
| void mitk::PlotDataCurve::Reset | ( | ) |
|
virtual |
|
virtual |