Medical Imaging Interaction Toolkit
2018.4.99-389bf124
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 |
Definition at line 80 of file mitkModelFitPlotDataHelper.cpp.
|
overrideprotecteddefault |
|
virtual |
|
virtual |
mitk::PlotDataCurve::mitkClassMacroItkParent | ( | PlotDataCurve | , |
itk::Object | |||
) |
|
static |
mitk::PlotDataCurve & mitk::PlotDataCurve::operator= | ( | const PlotDataCurve & | rhs | ) |
Definition at line 59 of file mitkModelFitPlotDataHelper.cpp.
|
noexcept |
Definition at line 66 of file mitkModelFitPlotDataHelper.cpp.
void mitk::PlotDataCurve::Reset | ( | void | ) |
Definition at line 74 of file mitkModelFitPlotDataHelper.cpp.
|
virtual |
Definition at line 39 of file mitkModelFitPlotDataHelper.cpp.
Referenced by mitk::MODEL_FIT_PLOT_INTERPOLATED_SIGNAL_NAME().
|
virtual |
Definition at line 50 of file mitkModelFitPlotDataHelper.cpp.