12#include "MantidMDAlgorithms/DllConfig.h"
15namespace MDAlgorithms {
26 const std::string
name()
const override {
return "CutMD"; }
27 int version()
const override {
return 1; }
28 const std::vector<std::string>
seeAlso()
const override {
return {
"SliceMDHisto",
"ProjectMD",
"SliceMD",
"BinMD"}; }
29 const std::string
summary()
const override {
30 return "Slices multidimensional workspaces using input projection "
31 "information and binning limits.";
33 const std::string
category()
const override {
return "MDAlgorithms\\Slicing"; }
#define DLLExport
Definitions of the DLLImport compiler directives for MSVC.
Data processor algorithm to be used as a parent to workflow algorithms.
The Logger class is in charge of the publishing messages from the framework through various channels.
CutMD : Slices multidimensional workspaces.
const std::string name() const override
static const std::string InvAngstromSymbol
const std::string category() const override
static const std::string InvAngstromMethod
int version() const override
static const std::string RLUSymbol
const std::vector< std::string > seeAlso() const override
const std::string summary() const override
static const std::string AutoMethod
static const std::string RLUMethod
std::shared_ptr< const IMDWorkspace > IMDWorkspace_const_sptr
Shared pointer to the IMDWorkspace base class (const version)
std::vector< std::string > DLLExport findOriginalQUnits(const Mantid::API::IMDWorkspace_const_sptr &inws, Mantid::Kernel::Logger &logger)
Determine the original q units.
Helper class which provides the Collimation Length for SANS instruments.