13#include "MantidAlgorithms/DllConfig.h"
29 const std::string
name()
const override {
return "Rebin2D"; }
31 const std::string
summary()
const override {
return "Rebins both axes of a 2D workspace using the given parameters"; }
34 int version()
const override {
return 1; }
35 const std::vector<std::string>
seeAlso()
const override {
return {
"Rebin",
"SofQW"}; }
37 const std::string
category()
const override {
return "Transforms\\Rebin"; }
50 HistogramData::BinEdges &newXBins, HistogramData::BinEdges &newYBins,
51 const bool useFractionalArea)
const;
Base class from which all concrete algorithm classes should be derived.
Rebins both axes of a two-dimensional workspace to the given parameters.
std::unique_ptr< API::Progress > m_progress
Progress reporter.
const std::string name() const override
Algorithm's name for identification.
int version() const override
Algorithm's version for identification.
const std::string category() const override
Algorithm's category for identification.
const std::vector< std::string > seeAlso() const override
Function to return all of the seeAlso algorithms related to this algorithm.
const std::string summary() const override
Summary of algorithms purpose.
virtual ~Rebin2D()=default
std::shared_ptr< const MatrixWorkspace > MatrixWorkspace_const_sptr
shared pointer to the matrix workspace base class (const version)
std::shared_ptr< MatrixWorkspace > MatrixWorkspace_sptr
shared pointer to the matrix workspace base class
Helper class which provides the Collimation Length for SANS instruments.