Mantid
|
#include "MantidAlgorithms/SortXAxis.h"
#include "MantidAPI/Algorithm.h"
#include "MantidAPI/MatrixWorkspace.h"
#include "MantidAPI/WorkspaceProperty.h"
#include "MantidHistogramData/Histogram.h"
#include "MantidKernel/ListValidator.h"
#include "MantidKernel/System.h"
Go to the source code of this file.
Namespaces | |
namespace | Mantid |
Helper class which provides the Collimation Length for SANS instruments. | |
namespace | Mantid::Algorithms |
Functions | |
template<typename Comparator > | |
bool | Mantid::Algorithms::isItSorted (Comparator const &compare, const Mantid::API::MatrixWorkspace &inputWorkspace) |
determines whether or not a given spectrum is sorted based on a passed comparator More... | |
template<typename Comparator > | |
void | Mantid::Algorithms::sortByXValue (std::vector< std::size_t > &workspaceIndices, const Mantid::API::MatrixWorkspace &inputWorkspace, unsigned int specNum, Comparator const &compare) |
A template for sorting the values given a comparator. More... | |