10#include "MantidCrystal/DllConfig.h"
29 const std::string
name()
const override {
return "SaveIsawUB"; };
31 const std::string
summary()
const override {
32 return "Save a UB matrix and lattice parameters from a workspace to an "
33 "ISAW-style ASCII file.";
37 int version()
const override {
return 1; };
38 const std::vector<std::string>
seeAlso()
const override {
return {
"LoadIsawUB"}; }
40 const std::string
category()
const override {
return "Crystal\\DataHandling;DataHandling\\Isaw"; }
Base class from which all concrete algorithm classes should be derived.
Algorithm to save a UB matrix and lattice parameters to an ISAW-style ASCII file.
const std::string summary() const override
Summary of algorithms purpose.
const std::string category() const override
Algorithm's category for identification.
int version() const override
Algorithm's version for identification.
const std::string name() const override
Algorithm's name 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....
Class to implement UB matrix.
Helper class which provides the Collimation Length for SANS instruments.