10#include "MantidDataHandling/DllConfig.h"
13namespace DataHandling {
22 const std::string
name()
const override {
return "RenameLog"; };
24 const std::string
summary()
const override {
return "Rename a TimeSeries log in a given Workspace."; }
27 int version()
const override {
return 1; };
28 const std::vector<std::string>
seeAlso()
const override {
return {
"RemoveLogs",
"DeleteLog"}; }
30 const std::string
category()
const override {
return "DataHandling\\Logs"; }
Base class from which all concrete algorithm classes should be derived.
RenameLog : TODO: DESCRIPTION.
API::MatrixWorkspace_sptr matrixWS
const std::vector< std::string > seeAlso() const override
Function to return all of the seeAlso (these are not validated) algorithms related to this algorithm....
int version() const override
Algorithm's version for identification.
const std::string summary() const override
Summary of algorithms purpose.
const std::string category() const override
Algorithm's category for identification.
const std::string name() const override
Algorithm's name for identification.
std::shared_ptr< MatrixWorkspace > MatrixWorkspace_sptr
shared pointer to the matrix workspace base class
Helper class which provides the Collimation Length for SANS instruments.