10#include "MantidCrystal/DllConfig.h"
26 const std::string
name()
const override {
return "LoadIsawUB"; };
28 const std::string
summary()
const override {
29 return "Load an ISAW-style ASCII UB matrix and lattice parameters file, "
30 "and place its information into a workspace.";
34 int version()
const override {
return 1; };
35 const std::vector<std::string>
seeAlso()
const override {
return {
"SaveIsawUB"}; }
37 const std::string
category()
const override {
return "Crystal\\DataHandling;DataHandling\\Isaw"; }
Base class from which all concrete algorithm classes should be derived.
Algorithm to load an ISAW-style ASCII UB matrix and lattice parameters file, and place its informatio...
const std::string summary() const override
Summary of algorithms purpose.
int version() const override
Algorithm's version for identification.
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 category() const override
Algorithm's category for identification.
const std::string name() const override
Algorithm's name for identification.
Helper class which provides the Collimation Length for SANS instruments.