13#include "MantidDataHandling/DllConfig.h"
16namespace DataHandling {
29 const std::string
name()
const override {
return "DeleteTableRows"; }
31 const std::string
summary()
const override {
return "Deletes rows from a TableWorkspace."; }
34 int version()
const override {
return 1; }
35 const std::vector<std::string>
seeAlso()
const override {
return {
"CreateEmptyTableWorkspace"}; }
37 const std::string
category()
const override {
return "Utility\\Workspaces"; }
Base class from which all concrete algorithm classes should be derived.
Deletes a row from a TableWorkspace.
int version() const override
Algorithm's version for identification overriding a virtual method.
const std::string category() const override
Category.
const std::string name() const override
Algorithm's name for identification overriding a virtual method.
DeleteTableRows()
Default constructor.
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 (these are not validated) algorithms related to this algorithm....
Helper class which provides the Collimation Length for SANS instruments.