Mantid
Loading...
Searching...
No Matches
ProcessIndirectFitParameters.h
Go to the documentation of this file.
1// Mantid Repository : https://github.com/mantidproject/mantid
2//
3// Copyright © 2015 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 "MantidKernel/System.h"
12
13namespace Mantid {
14namespace Algorithms {
15
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 std::size_t getStartRow() const;
34 std::size_t getEndRow(std::size_t maximum) const;
35};
36} // namespace Algorithms
37} // namespace Mantid
#define DLLExport
Definitions of the DLLImport compiler directives for MSVC.
Definition: System.h:53
Base class from which all concrete algorithm classes should be derived.
Definition: Algorithm.h:85
ProcessIndirectFitParameters : Convert a parameter table output by PlotPeakByLogValue to a MatrixWork...
Helper class which provides the Collimation Length for SANS instruments.