Medical Imaging Interaction Toolkit
2024.06.00
Medical Imaging Interaction Toolkit
|
Go to the documentation of this file.
13 #ifndef mitkExponentialDecayModelParameterizer_h
14 #define mitkExponentialDecayModelParameterizer_h
34 itkFactorylessNewMacro(
Self);
59 void operator=(
const Self&);
Superclass::StaticParameterMapType StaticParameterMapType
Superclass::ModelBasePointer ModelBasePointer
Superclass::IndexType IndexType
Superclass::ModelType ModelType
itk::SmartPointer< Self > Pointer
Superclass::ModelBaseType ModelBaseType
Superclass::ModelBasePointer ModelBasePointer
Superclass::ModelBaseType ModelBaseType
Superclass::StaticParameterValueType StaticParameterValueType
Superclass::StaticParameterValuesType StaticParameterValuesType
#define MITKMODELFIT_EXPORT
Find image slices visible on a given plane.
Superclass::IndexType IndexType
itk::SmartPointer< const Self > ConstPointer
ModelBaseType::ParametersType ParametersType
ModelType::Pointer ModelPointer
Superclass::StaticParameterMapType StaticParameterMapType
Superclass::StaticParameterValuesType StaticParameterValuesType
ExponentialDecayModelParameterizer Self
Superclass::StaticParameterValueType StaticParameterValueType
Simple model of exponential decay in the form of: y(x) = y-intercept * exp(-x/lambda) with lambda bei...
mitk::ConcreteModelParameterizerBase< mitk::ExponentialDecayModel > Superclass