10#include "MantidDataHandling/DllConfig.h"
13namespace DataHandling {
22 const std::string
name()
const override {
return "SaveMask"; };
24 const std::string
summary()
const override {
return "Save a MaskWorkspace/SpecialWorkspace2D to an XML file."; }
27 int version()
const override {
return 1; };
28 const std::vector<std::string>
seeAlso()
const override {
return {
"SaveMask",
"LoadMask"}; }
30 const std::string
category()
const override {
return "DataHandling\\Masking;Transforms\\Masking"; }
Base class from which all concrete algorithm classes should be derived.
SaveMaskingToFile : TODO: DESCRIPTION.
const std::string name() const override
Algorithm's name for identification.
const std::string category() const override
Algorithm's category for identification.
const std::string summary() const override
Summary of algorithms purpose.
const std::vector< std::string > seeAlso() const override
Function to return all of the seeAlso (these are not validated) algorithms related to this algorithm....
int version() const override
Algorithm's version for identification.
Helper class which provides the Collimation Length for SANS instruments.