19 const std::string &
rhs,
const std::string &outName,
20 bool succeeds =
true,
const std::string &otherProp =
"",
21 const std::string &otherPropValue =
"");
28 const std::string &outName,
bool succeeds =
true,
29 const std::string &otherProp =
"",
30 const std::string &otherPropValue =
"");
const std::vector< double > & rhs
#define DLLExport
Definitions of the DLLImport compiler directives for MSVC.
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.