10#include "MantidAlgorithms/DllConfig.h"
26 const std::string name()
const override;
27 int version()
const override;
28 const std::string category()
const override;
29 const std::string summary()
const override;
34 std::vector<std::size_t> createIndexes(
const size_t);
36 void sortIndicesByX(std::vector<std::size_t> &workspaceIndices,
const std::string &order,
39 void copyYandEToOutputWorkspace(std::vector<std::size_t> &workspaceIndices,
42 bool isAProperHistogram);
44 void copyXandDxToOutputWorkspace(
const std::vector<std::size_t> &workspaceIndices,
48 void copyToOutputWorkspace(std::vector<std::size_t> &workspaceIndices,
51 bool isAProperHistogram);
Base class from which all concrete algorithm classes should be derived.
Base MatrixWorkspace Abstract Class.
SortXAxis will take Histogram or Point data and reorder it based on the X Axis' values,...
Helper class which provides the Collimation Length for SANS instruments.