Ejemplo n.º 1
0
 /**
  * Set a reference to the convolved fitting function. Required as we need a default constructor for the factory
  * @param fittingFunction :: This object has access to the current value of the model parameters
  */
 void ForegroundModel::setFunctionUnderMinimization(const API::IFunction & fittingFunction)
 {
   m_fittingFunction = &fittingFunction;
   m_parOffset = fittingFunction.nParams();
 }