11#include "MantidAlgorithms/DllConfig.h"
12#include "MantidHistogramData/HistogramX.h"
31 const std::string
name()
const override;
33 const std::string
summary()
const override {
34 return "Converts the X or Y axis of a MatrixWorkspace via a user defined "
38 int version()
const override;
39 const std::vector<std::string>
seeAlso()
const override {
return {
"ConvertUnits"}; }
40 const std::string category()
const override;
61 void setAxisValue(
const double value,
const std::vector<Variable_ptr> &variables);
62 void calculateValues(mu::Parser &p, HistogramData::HistogramX &xValues,
const std::vector<Variable_ptr> &variables);
64 const std::vector<Variable_ptr> &variables);
65 double evaluateResult(mu::Parser &p);
double value
The value of the point.
std::map< DeltaEMode::Type, std::string > index
API::SpectrumInfo is an intermediate step towards a SpectrumInfo that is part of Instrument-2....
Converts the units in which a workspace is represented.
Helper class which provides the Collimation Length for SANS instruments.