13 #ifndef __QMITK_PARAMETER_FIT_BACKGROUND_JOB_H 14 #define __QMITK_PARAMETER_FIT_BACKGROUND_JOB_H 29 #include <itkCommand.h> 56 void Error(QString err);
58 void JobProgress(
double progress);
59 void JobStatusChanged(QString
info);
71 ::itk::MemberCommand<ParameterFitBackgroundJob>::Pointer
m_spCommand;
74 void OnFitEvent(::itk::Object *,
const itk::EventObject &event);
unsigned long m_ObserverID
static void info(const char *fmt,...)
mitk::modelFit::ModelFitResultNodeVectorType m_Results
std::vector< DataNode::Pointer > ModelFitResultNodeVectorType
Data class that stores all information about a modelfit that is relevant to the visualization and sto...
mitk::DataNode::Pointer m_ParentNode
mitk::modelFit::ModelFitResultNodeVectorType m_AdditionalRelevantNodes
::itk::MemberCommand< ParameterFitBackgroundJob >::Pointer m_spCommand
mitk::modelFit::ModelFitInfo::ConstPointer m_ModelFitInfo
Class for nodes of the DataTree.
mitk::ParameterFitImageGeneratorBase::Pointer m_Generator
#define MITKMODELFITUI_EXPORT