11#include "MantidAlgorithms/DllConfig.h"
12#include "MantidHistogramData/HistogramX.h"
24 const std::string
name()
const override {
return "WienerSmooth"; }
25 int version()
const override;
26 const std::vector<std::string>
seeAlso()
const override {
return {
"FFTSmooth"}; }
27 const std::string category()
const override;
28 const std::string summary()
const override;
34 std::pair<double, double> getStartEnd(
const Mantid::HistogramData::HistogramX &X,
bool isHistogram)
const;
37 void setSplineDataBounds(
API::IFunction_sptr &spline,
const double startX,
const double endX);
Base class from which all concrete algorithm classes should be derived.
WienerSmooth algorithm performes smoothing data in a spectrum of a matrix workspace using the Wiener ...
const std::vector< std::string > seeAlso() const override
Function to return all of the seeAlso algorithms related to this algorithm.
const std::string name() const override
function to return a name of the algorithm, must be overridden in all algorithms
std::shared_ptr< IFunction > IFunction_sptr
shared pointer to the function base class
std::shared_ptr< MatrixWorkspace > MatrixWorkspace_sptr
shared pointer to the matrix workspace base class
Helper class which provides the Collimation Length for SANS instruments.