Mantid
Loading...
Searching...
No Matches
SaveNexusGeometry.h
Go to the documentation of this file.
1// Mantid Repository : https://github.com/mantidproject/mantid
2//
3// Copyright © 2019 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/* SaveNexusGeometry : A thin Algorithm wrapper over
8 * NexusGeometry::saveInstrument allowing user to save the geometry from
9 * instrument attached to a workspace.
10 *
11 * @author Takudzwa Makoni, RAL (UKRI), ISIS
12 * @date 16/08/2019
13 */
14#pragma once
15
16#include "MantidAPI/Algorithm.h"
17#include "MantidDataHandling/DllConfig.h"
18
19namespace Mantid {
20
21namespace DataHandling {
22
23class MANTID_DATAHANDLING_DLL SaveNexusGeometry final : public API::Algorithm {
24public:
25 const std::string name() const override;
26 int version() const override;
27 const std::string category() const override;
28 const std::string summary() const override;
29
30private:
31 void init() override;
32 void exec() override;
33};
34
35} // namespace DataHandling
36} // namespace Mantid
Base class from which all concrete algorithm classes should be derived.
Definition: Algorithm.h:85
Helper class which provides the Collimation Length for SANS instruments.