10#include "MantidAlgorithms/DllConfig.h"
32 const std::string
name()
const override {
return "GeneratePythonScript"; };
34 const std::string
summary()
const override {
35 return "An Algorithm to generate a Python script file to reproduce the "
36 "history of a workspace.";
40 int version()
const override {
return 1; };
41 const std::vector<std::string>
seeAlso()
const override {
return {
"RecordPythonScript",
"GenerateIPythonNotebook"}; }
43 const std::string
category()
const override {
return "Utility\\Python"; }
47 const std::string alias()
const override;
Base class for algorithms that can only run serially (Parallel::ExecutionMode::MasterOnly) in an MPI ...
GeneratePythonScript : TODO: DESCRIPTION.
const std::string summary() const override
Summary of algorithms purpose.
const std::vector< std::string > seeAlso() const override
Function to return all of the seeAlso 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.
int version() const override
Algorithm's version for identification.
Helper class which provides the Collimation Length for SANS instruments.