11#include "MantidMDAlgorithms/DllConfig.h"
13namespace MDAlgorithms {
20 const std::string name()
const override;
21 int version()
const override;
22 const std::vector<std::string>
seeAlso()
const override {
return {
"Transpose3D",
"Transpose"}; }
23 const std::string category()
const override;
24 const std::string summary()
const override;
26 const std::string
alias()
const override {
return "PermuteMD"; }
Base class from which all concrete algorithm classes should be derived.
TransposeMD : Transpose an MDWorkspace.
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 alias() const override
function to return any aliases to the algorithm; A default implementation is provided
Helper class which provides the Collimation Length for SANS instruments.