10#include "MantidMDAlgorithms/DllConfig.h"
13namespace MDAlgorithms {
15std::vector<std::string> MANTID_MDALGORITHMS_DLL
parseDimensionNames(
const std::string &names_string);
24 const std::string name()
const override;
26 const std::string
summary()
const override {
return "Mask an MDWorkspace in-situ marking specified boxes as masked"; }
28 int version()
const override;
29 const std::vector<std::string>
seeAlso()
const override {
return {
"MaskDetectors"}; }
30 const std::string category()
const override;
35 std::map<std::string, std::string> validateInputs()
override;
Base class from which all concrete algorithm classes should be derived.
MaskMD : Mask an MDWorkspace.
const std::vector< std::string > seeAlso() const override
Function to return all of the seeAlso (these are not validated) algorithms related to this algorithm....
const std::string summary() const override
Summary of algorithms purpose.
std::vector< std::string > MANTID_MDALGORITHMS_DLL parseDimensionNames(const std::string &names_string)
Helper class which provides the Collimation Length for SANS instruments.