Mantid
Loading...
Searching...
No Matches
EvaluateFunction.h
Go to the documentation of this file.
1// Mantid Repository : https://github.com/mantidproject/mantid
2//
3// Copyright © 2015 ISIS Rutherford Appleton Laboratory UKRI,
4// NScD Oak Ridge National Laboratory, European Spallation Source,
5// Institut Laue - Langevin & CSNS, Institute of High Energy Physics, CAS
6// SPDX - License - Identifier: GPL - 3.0 +
7#pragma once
8
10
11namespace Mantid {
12namespace CurveFitting {
13namespace Algorithms {
14
20class MANTID_CURVEFITTING_DLL EvaluateFunction : public IFittingAlgorithm {
21public:
22 const std::string name() const override;
23 int version() const override;
24 const std::vector<std::string> seeAlso() const override { return {"Fit"}; }
25 const std::string summary() const override;
26
27private:
28 void initConcrete() override;
29 void execConcrete() override;
30};
31
32} // namespace Algorithms
33} // namespace CurveFitting
34} // namespace Mantid
Evaluate a function (1D or MD) on a domain of an input workspace and save the result in the output wo...
const std::vector< std::string > seeAlso() const override
Function to return all of the seeAlso (these are not validated) algorithms related to this algorithm....
A base class for fitting algorithms.
Helper class which provides the Collimation Length for SANS instruments.