13 #ifndef mitkModelFitFunctorBase_h
14 #define mitkModelFitFunctorBase_h
16 #include <itkObject.h>
62 unsigned int GetNumberOfOutputs(
const ModelBase* model)
const;
68 void ResetEvaluationParameters();
69 void RegisterEvaluationParameter(
const std::string& parameterName,
81 itkBooleanMacro(DebugParameterMaps);
82 itkSetMacro(DebugParameterMaps,
bool);
83 itkGetConstMacro(DebugParameterMaps,
bool);
130 typedef std::map<std::string, SVModelFitCostFunction::Pointer> CostFunctionMapType;
131 CostFunctionMapType m_CostFunctionMap;
132 bool m_DebugParameterMaps;
133 mutable std::mutex m_Mutex;