Mantid
Loading...
Searching...
No Matches
ConvToMDSelector.h
Go to the documentation of this file.
1// Mantid Repository : https://github.com/mantidproject/mantid
2//
3// Copyright © 2010 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
10
11namespace Mantid {
12namespace MDAlgorithms {
25class MANTID_MDALGORITHMS_DLL ConvToMDSelector {
26public:
27 enum ConverterType { DEFAULT, INDEXED };
32 ConvToMDSelector(ConverterType tp = DEFAULT);
35 std::shared_ptr<ConvToMDBase> convSelector(const API::MatrixWorkspace_sptr &inputWS,
36 std::shared_ptr<ConvToMDBase> &currentSolver) const;
37
38private:
40};
41} // namespace MDAlgorithms
42} // namespace Mantid
static std::unique_ptr< QThreadPool > tp
small class to select proper solver as function of the workspace kind and (possibly,...
std::shared_ptr< MatrixWorkspace > MatrixWorkspace_sptr
shared pointer to the matrix workspace base class
Helper class which provides the Collimation Length for SANS instruments.