10#include "MantidAlgorithms/DllConfig.h"
25 const std::string
name()
const override {
return "DeleteWorkspace"; }
27 const std::string
summary()
const override {
return "Removes a workspace from memory."; }
30 const std::string
category()
const override {
return "Utility\\Workspaces"; }
32 int version()
const override {
return 1; }
33 const std::vector<std::string>
seeAlso()
const override {
return {
"DeleteWorkspaces"}; }
44 bool checkGroups()
override;
Base class for algorithms that treat all spectra independently, i.e., we can trivially parallelize ov...
A simple algorithm to remove a workspace from the ADS.
const std::string name() const override
Algorithm's name.
const std::string workspaceMethodInputProperty() const override
Returns the name of the input workspace property used by the calling object.
const std::string workspaceMethodName() const override
const std::string summary() const override
Summary of algorithms purpose.
int version() const override
Algorithm's version for identification overriding a virtual method.
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.
Helper class which provides the Collimation Length for SANS instruments.