12#include "MantidAlgorithms/DllConfig.h"
28 const std::string
name()
const override {
return "ConvertToHistogram"; }
30 const std::string
summary()
const override {
31 return "Converts a workspace containing point data into one containing "
34 const std::vector<std::string>
seeAlso()
const override {
return {
"ConvertToPointData"}; }
36 const std::string
category()
const override {
return "Transforms\\Axes"; }
42 std::size_t getNewXSize(
const std::size_t ySize)
const override;
Converts a histogram workspace to point data by simply taking the centre point of the bin as the new ...
const std::string name() const override
Algorithm's name for identification overriding a virtual method.
const std::vector< std::string > seeAlso() const override
Function to return all of the seeAlso algorithms related to this algorithm.
const std::string category() const override
Algorithm's category for identification overriding a virtual method.
const std::string summary() const override
Summary of algorithms purpose.
This is an abstract base class for sharing methods between algorithms that operate only on X data.
Implements a copy on write data template.
std::shared_ptr< MatrixWorkspace > MatrixWorkspace_sptr
shared pointer to the matrix workspace base class
Helper class which provides the Collimation Length for SANS instruments.