9#include "MantidAPI/DllConfig.h"
28void MANTID_API_DLL
update(std::string
const &property, std::optional<std::string>
const &
value,
39void MANTID_API_DLL
update(std::string
const &property, std::optional<double>
const &
value,
52 std::map<std::string, std::string>
const ¶meterMap);
55 std::string
const &property);
57template <
typename VALUE_TYPE>
58void update(std::string
const &property, std::vector<VALUE_TYPE>
const &values,
60 if (values.size() < 1)
63 if (convertToString) {
double value
The value of the point.
IPeaksWorkspace_sptr workspace
void setProperty(const std::string &name, const T &value)
void MANTID_API_DLL updateFromMap(IAlgorithmRuntimeProps &properties, std::map< std::string, std::string > const ¶meterMap)
std::string MANTID_API_DLL getOutputWorkspace(const Mantid::API::IAlgorithm_sptr &algorithm, std::string const &property)
void MANTID_API_DLL update(std::string const &property, std::string const &value, IAlgorithmRuntimeProps &properties)
std::shared_ptr< IAlgorithm > IAlgorithm_sptr
shared pointer to Mantid::API::IAlgorithm
std::shared_ptr< Workspace > Workspace_sptr
shared pointer to Mantid::API::Workspace
std::shared_ptr< IFunction > IFunction_sptr
shared pointer to the function base class
std::shared_ptr< MatrixWorkspace > MatrixWorkspace_sptr
shared pointer to the matrix workspace base class
DLLExport std::string simpleJoin(ITERATOR_TYPE begin, ITERATOR_TYPE end, const std::string &separator)
Join a set or vector of (something that turns into a string) together into one string,...