13namespace MDAlgorithms {
21 const std::string name()
const override;
23 const std::string
summary()
const override {
24 return "Perform the GreaterThan boolean operation on two "
28 int version()
const override;
29 const std::vector<std::string>
seeAlso()
const override {
return {
"LessThanMD",
"EqualToMD"}; }
BooleanBinaryOperationMD : base class for boolean-type operations on MDHistoWorkspaces.
GreaterThanMD : boolean operation on MDHistoWorkspaces.
bool acceptScalar() const override
Return true if the algorithm can operate on a scalar.
const std::vector< std::string > seeAlso() const override
Function to return all of the seeAlso (these are not validated) algorithms related to this algorithm....
bool commutative() const override
Is the operation commutative?
const std::string summary() const override
Summary of algorithms purpose.
std::shared_ptr< const WorkspaceSingleValue > WorkspaceSingleValue_const_sptr
std::shared_ptr< MDHistoWorkspace > MDHistoWorkspace_sptr
A shared pointer to a MDHistoWorkspace.
std::shared_ptr< const MDHistoWorkspace > MDHistoWorkspace_const_sptr
A shared pointer to a const MDHistoWorkspace.
Helper class which provides the Collimation Length for SANS instruments.