10#include "MantidICat/DllConfig.h"
31 const std::string
name()
const override {
return "CatalogLogout"; }
33 const std::string
summary()
const override {
34 return "Logs out all catalogs, or a specific catalog using the session "
35 "information provided.";
38 int version()
const override {
return 1; }
39 const std::vector<std::string>
seeAlso()
const override {
return {
"CatalogLogin"}; }
41 const std::string
category()
const override {
return "DataHandling\\Catalog"; }
Base class from which all concrete algorithm classes should be derived.
CatalogLogout is responsible for logging out of a catalog based on session information provided by th...
const std::string category() const override
Algorithm's category for identification overriding a virtual method.
const std::string name() const override
Algorithm's name for identification overriding a virtual method.
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....
int version() const override
Algorithm's version for identification overriding a virtual method.
~CatalogLogout() override=default
Destructor.
CatalogLogout()
Constructor.
Helper class which provides the Collimation Length for SANS instruments.