11#include "MantidAlgorithms/DllConfig.h"
34 const std::string
name()
const override {
return "RecordPythonScript"; };
36 const std::string
summary()
const override {
37 return "An Algorithm to generate a Python script file to reproduce the "
38 "history of a workspace.";
42 int version()
const override {
return 1; };
43 const std::vector<std::string>
seeAlso()
const override {
44 return {
"GenerateIPythonNotebook",
"GeneratePythonScript"};
47 const std::string
category()
const override {
return "Utility\\Python"; }
54 const std::string alias()
const override;
Observes Algorithm notifications: start,progress,finish,error.
Class for marking algorithms as deprecated.
GeneratePythonScript : TODO: DESCRIPTION.
const std::string name() const override
Algorithm's name for identification.
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.
std::string m_generatedScript
buffer for the script
int version() const override
Algorithm's version for identification.
std::shared_ptr< IAlgorithm > IAlgorithm_sptr
shared pointer to Mantid::API::IAlgorithm
Helper class which provides the Collimation Length for SANS instruments.