13#include "MantidAlgorithms/DllConfig.h"
36 const std::string
name()
const override {
return "ConvertTableToMatrixWorkspace"; }
38 const std::string
summary()
const override {
39 return "Creates a single spectrum matrix workspace from some columns of a "
44 int version()
const override {
return (1); }
45 const std::vector<std::string>
seeAlso()
const override {
return {
"ConvertMDHistoToMatrixWorkspace"}; }
47 const std::string
category()
const override {
return "Utility\\Workspaces"; }
Base class from which all concrete algorithm classes should be derived.
Creates a single spectrum matrix workspace from some columns of a table workspace.
const std::string name() const override
Algorithm's name.
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.
int version() const override
Algorithm's version.
const std::string category() const override
Algorithm's category for identification.
Helper class which provides the Collimation Length for SANS instruments.