11#include "MantidMDAlgorithms/DllConfig.h"
14namespace MDAlgorithms {
22 const std::string
name()
const override {
return "EvaluateMDFunction"; }
23 int version()
const override;
24 const std::vector<std::string>
seeAlso()
const override {
return {
"CreateMDWorkspace",
"FakeMDEventData"}; }
25 const std::string category()
const override;
26 const std::string summary()
const override;
Base class from which all concrete algorithm classes should be derived.
Class for marking algorithms as deprecated.
EvaluateMDFunction : TODO: DESCRIPTION.
const std::string name() const override
function to return a name of the algorithm, must be overridden in all algorithms
const std::vector< std::string > seeAlso() const override
Function to return all of the seeAlso (these are not validated) algorithms related to this algorithm....
Helper class which provides the Collimation Length for SANS instruments.