13namespace MDAlgorithms {
21 const std::string name()
const override;
23 const std::string
summary()
const override {
return "Applies the exponential function on a MDHistoWorkspace."; }
25 int version()
const override;
26 const std::vector<std::string>
seeAlso()
const override {
return {
"PowerMD",
"LogarithmMD"}; }
30 void checkInputs()
override;
ExponentialMD : exponential function on MDHistoWorkspace.
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....
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.