Mantid
Loading...
Searching...
No Matches
BinaryOperationMDTestHelper.h
Go to the documentation of this file.
1// Mantid Repository : https://github.com/mantidproject/mantid
2//
3// Copyright © 2018 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/*********************************************************************************
8 * PLEASE READ THIS!!!!!!!
9 *
10 * This header MAY ONLY be included from a test in the MDAlgorithms package.
11 *********************************************************************************/
12#pragma once
13
15
18DLLExport Mantid::DataObjects::MDHistoWorkspace_sptr doTest(const std::string &algoName, const std::string &lhs,
19 const std::string &rhs, const std::string &outName,
20 bool succeeds = true, const std::string &otherProp = "",
21 const std::string &otherPropValue = "");
22
23} // namespace BinaryOperationMDTestHelper
24
27DLLExport Mantid::DataObjects::MDHistoWorkspace_sptr doTest(const std::string &algoName, const std::string &inName,
28 const std::string &outName, bool succeeds = true,
29 const std::string &otherProp = "",
30 const std::string &otherPropValue = "");
31
32} // namespace UnaryOperationMDTestHelper
const std::vector< double > & rhs
#define DLLExport
Definitions of the DLLImport compiler directives for MSVC.
Definition: System.h:53
DLLExport Mantid::DataObjects::MDHistoWorkspace_sptr doTest(const std::string &algoName, const std::string &lhs, const std::string &rhs, const std::string &outName, bool succeeds=true, const std::string &otherProp="", const std::string &otherPropValue="")
Run a binary algorithm.
std::shared_ptr< MDHistoWorkspace > MDHistoWorkspace_sptr
A shared pointer to a MDHistoWorkspace.
DLLExport Mantid::DataObjects::MDHistoWorkspace_sptr doTest(const std::string &algoName, const std::string &inName, const std::string &outName, bool succeeds=true, const std::string &otherProp="", const std::string &otherPropValue="")
Run a unary algorithm.