18 name (
""), type(
Parameter::ParameterType), unit(
""), scale(1.0f)
29 mitk::modelFit::Parameter::Pointer param = mitk::modelFit::Parameter::New();
36 param->image =
dynamic_cast<const mitk::Image*
>(data);
43 std::string typeString;
static const std::string PARAMETER_TYPE_VALUE_CRITERION()
Base of all data objects.
static const std::string PARAMETER_UNIT_PROPERTY_NAME()
MITKMODELFIT_EXPORT Parameter::Pointer ExtractParameterFromData(const mitk::BaseData *data)
Data class that stores all information about a modelfit parameter. Such a parameter is going to be fi...
static const std::string PARAMETER_TYPE_VALUE_DERIVED_PARAMETER()
Image class for storing images.
mitk::PropertyList::Pointer GetPropertyList() const
Get the data's property list.
static const std::string PARAMETER_NAME_PROPERTY_NAME()
static const std::string PARAMETER_TYPE_PROPERTY_NAME()
static const std::string PARAMETER_SCALE_PROPERTY_NAME()
static const std::string PARAMETER_TYPE_VALUE_EVALUATION_PARAMETER()