Mantid
Loading...
Searching...
No Matches
CatalogListInvestigationTypes.h
Go to the documentation of this file.
1// Mantid Repository : https://github.com/mantidproject/mantid
2//
3// Copyright © 2010 ISIS Rutherford Appleton Laboratory UKRI,
4// NScD Oak Ridge National Laboratory, European Spallation Source,
5// Institut Laue - Langevin & CSNS, Institute of High Energy Physics, CAS
6// SPDX - License - Identifier: GPL - 3.0 +
7#pragma once
8
11#include "MantidICat/DllConfig.h"
12
13namespace Mantid {
14namespace ICat {
15
22class MANTID_ICAT_DLL CatalogListInvestigationTypes final : public API::Algorithm {
23public:
27 ~CatalogListInvestigationTypes() override = default;
29 const std::string name() const override { return "CatalogListInvestigationTypes"; }
31 const std::string summary() const override { return "Obtains a list of investigation types for active catalogs."; }
33 int version() const override { return 1; }
34 const std::vector<std::string> seeAlso() const override { return {"CatalogListInstruments"}; }
36 const std::string category() const override { return "DataHandling\\Catalog"; }
37
38private:
40 void init() override;
42 void exec() override;
43};
44} // namespace ICat
45} // namespace Mantid
Base class from which all concrete algorithm classes should be derived.
Definition: Algorithm.h:85
This algorithm obtains a list of investigation types from the catalog.
const std::string name() const override
Algorithm's name for identification overriding a virtual method.
int version() const override
Algorithm's version for identification overriding a virtual method.
const std::string category() const override
Algorithm's category for identification overriding a virtual method.
const std::vector< std::string > seeAlso() const override
Function to return all of the seeAlso (these are not validated) algorithms related to this algorithm....
~CatalogListInvestigationTypes() override=default
destructor
const std::string summary() const override
Summary of algorithms purpose.
Helper class which provides the Collimation Length for SANS instruments.