13 #ifndef MODELFITCOSTFUNCTION_INTERFACE_H 14 #define MODELFITCOSTFUNCTION_INTERFACE_H 32 virtual void SetSample(
const SignalType &sampleSet) = 0;
34 virtual void SetModel(
const ModelBase* model) = 0;
35 virtual const ModelBase* GetModel()
const = 0;
55 #endif // MODELFITCOSTFUNCTION_H Base class for (dynamic) models. A model can be used to calculate its signal given the discrete time ...
DataCollection - Class to facilitate loading/accessing structured data.
virtual ~ModelFitCostFunctionInterface()
#define MITKMODELFIT_EXPORT
ModelFitCostFunctionInterface()
ModelFitCostFunctionInterface Self
itk::Array< double > SignalType