13 #ifndef __MITK_ROI_BASED_PARAMETER_FIT_IMAGE_GENERATOR_H_ 14 #define __MITK_ROI_BASED_PARAMETER_FIT_IMAGE_GENERATOR_H_ 62 itkSetObjectMacro(Mask,
Image);
63 itkGetConstObjectMacro(Mask,
Image);
77 double GetProgress()
const override;
95 template <
typename TPixel,
unsigned int VDim>
96 void DoImageGeneration(itk::Image<TPixel, VDim>*
image,
double value);
98 void onFitProgressEvent(::itk::Object* caller, const ::itk::EventObject& eventObject);
100 bool HasOutdatedResult()
const override;
101 void CheckValidInputs()
const override;
120 #endif // __MITK_PARAMETER_FIT_IMAGE_GENERATOR_H_
ModelBaseType::ParameterNameType ParameterNameType
ModelBaseType::TimeGridType TimeGridType
Base class for (dynamic) models. A model can be used to calculate its signal given the discrete time ...
ModelBaseType::ParameterNamesType ParameterNamesType
DataCollection - Class to facilitate loading/accessing structured data.
itk::Array< double > TimeGridType
#define MITKMODELFIT_EXPORT
ScalarType ParameterImagePixelType
#define mitkClassMacro(className, SuperClassName)
Image class for storing images.
ModelTraitsInterface::ModelResultType ModelResultType
std::map< ParameterNameType, Image::Pointer > ParameterImageMapType
mitk::Image::Pointer image
ROIBasedParameterFitImageGenerator()
ModelBaseType::ModelResultType SignalType
std::vector< ParameterImagePixelType > FunctorValueArrayType