10#include "MantidMDAlgorithms/DllConfig.h"
13namespace MDAlgorithms {
22 const std::string name()
const override;
24 const std::string
summary()
const override {
25 return "Calculate limits for ConvertToMD transformation, achievable on a "
26 "spheric instrument.";
29 int version()
const override;
30 const std::vector<std::string>
seeAlso()
const override {
return {
"ConvertToMD"}; }
31 const std::string category()
const override;
Base class from which all concrete algorithm classes should be derived.
ConvertToMDMinMaxGlobal : Algorithm to calculate limits for ConvertToMD transformation which can be o...
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.
Helper class which provides the Collimation Length for SANS instruments.