11#include "MantidMDAlgorithms/DllConfig.h"
14namespace MDAlgorithms {
25 const std::string
name()
const override {
return "CloneMDWorkspace"; };
27 const std::string
summary()
const override {
28 return "Clones (copies) an existing MDEventWorkspace or MDHistoWorkspace "
33 int version()
const override {
return 1; };
35 const std::string
category()
const override {
return R
"(MDAlgorithms\Utility\Workspaces;MDAlgorithms\Creation)"; }
Base class from which all concrete algorithm classes should be derived.
std::shared_ptr< MDEventWorkspace< MDE, nd > > sptr
Typedef for a shared pointer of this kind of event workspace.
Algorithm to clone a MDEventWorkspace to a new one.
const std::string name() const override
Algorithm's name for identification.
const std::string summary() const override
Summary of algorithms purpose.
const std::string category() const override
Algorithm's category for identification.
int version() const override
Algorithm's version for identification.
Helper class which provides the Collimation Length for SANS instruments.