Mantid
Loading...
Searching...
No Matches
AffineMatrixParameterParser.h
Go to the documentation of this file.
1// Mantid Repository : https://github.com/mantidproject/mantid
2//
3// Copyright © 2018 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
12namespace Mantid {
13namespace DataObjects {
20public:
27 AffineMatrixParameter *createParameter(Poco::XML::Element *parameterElement) override;
29 void setSuccessorParser(ImplicitFunctionParameterParser *) override;
30
31private:
36};
37} // namespace DataObjects
38} // namespace Mantid
Parser for a parameter of type affinematrixparameter.
AffineMatrixParameterParser(const AffineMatrixParameterParser &)
Copy constructor.
AffineMatrixParameterParser & operator=(const AffineMatrixParameterParser &)
Assignment operator.
Type to wrap an affine matrix and allow serialization via xml.
Helper class which provides the Collimation Length for SANS instruments.