13namespace MDAlgorithms {
21 const std::string name()
const override;
23 const std::string
summary()
const override {
return "Performs a boolean negation on a MDHistoWorkspace."; }
25 int version()
const override;
26 const std::vector<std::string>
seeAlso()
const override {
return {
"AndMD",
"OrMD",
"XorMD"}; }
30 void checkInputs()
override;
NotMD : boolean negation of a MDHistoWorkspace.
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.
Abstract base class for unary operations (e.g.
std::shared_ptr< IMDEventWorkspace > IMDEventWorkspace_sptr
Shared pointer to Mantid::API::IMDEventWorkspace.
std::shared_ptr< MDHistoWorkspace > MDHistoWorkspace_sptr
A shared pointer to a MDHistoWorkspace.
Helper class which provides the Collimation Length for SANS instruments.