13#include "MantidAlgorithms/DllConfig.h"
36 const std::string
name()
const override {
return "Transpose"; }
38 const std::string
summary()
const override {
39 return "Transposes a workspace, so that an N1 x N2 workspace becomes N2 x "
44 int version()
const override {
return (1); }
45 const std::vector<std::string>
seeAlso()
const override {
46 return {
"Transpose3D",
"TransposeMD",
"ConvertUnits",
"ConvertSpectrumAxis",
"ConvertAxesToRealSpace"};
49 const std::string
category()
const override {
return "Transforms\\Axes"; }
IPeaksWorkspace_sptr workspace
Base class from which all concrete algorithm classes should be derived.
Class to represent the axis of a workspace.
This algorithm "transposes" the bins of the input workspace into a single spectra.
const std::vector< std::string > seeAlso() const override
Function to return all of the seeAlso algorithms related to this algorithm.
int version() const override
Algorithm's version.
const std::string summary() const override
Summary of algorithms purpose.
const std::string category() const override
Algorithm's category for identification.
const std::string name() const override
Algorithm's name.
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.