10#include "MantidAlgorithms/DllConfig.h"
31 const std::string
name()
const override {
return "CloneWorkspace"; }
33 const std::string
summary()
const override {
return "Copies an existing workspace into a new one."; }
36 int version()
const override {
return (1); }
37 const std::vector<std::string>
seeAlso()
const override {
return {
"CompareWorkspaces"}; }
39 const std::string
category()
const override {
return "Utility\\Workspaces"; }
Base class for algorithms that treat all spectra independently, i.e., we can trivially parallelize ov...
Creates a copy of the input workspace.
const std::string name() const override
Algorithm's name.
const std::string workspaceMethodInputProperty() const override
Returns the name of the input workspace property used by the calling object.
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.
int version() const override
Algorithm's version.
const std::string workspaceMethodName() const override
const std::string summary() const override
Summary of algorithms purpose.
Helper class which provides the Collimation Length for SANS instruments.