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 {
24class MANTID_MDALGORITHMS_DLL ConvToMDSelector {
25public:
26 enum ConverterType { DEFAULT, INDEXED };
31 ConvToMDSelector(ConverterType tp = DEFAULT);
34 std::shared_ptr<ConvToMDBase> convSelector(const API::MatrixWorkspace_sptr &inputWS,
35 std::shared_ptr<ConvToMDBase> &currentSolver) const;
36
37private:
39};
40} // namespace MDAlgorithms
41} // 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.