Go to the source code of this file.
|
| bool | WorkflowAlgorithmHelpers::getBoolPropOrParam (const std::string &pmProp, Mantid::Kernel::PropertyManager_sptr &pm, const std::string &instParam, Mantid::API::MatrixWorkspace_sptr &ws, const bool overrideValue=false) |
| | Function to get boolean property or instrument parameter value. More...
|
| |
| double | WorkflowAlgorithmHelpers::getDblPropOrParam (const std::string &pmProp, Mantid::Kernel::PropertyManager_sptr &pm, const std::string &instParam, Mantid::API::MatrixWorkspace_sptr &ws, const double overrideValue=Mantid::EMPTY_DBL()) |
| | Function to get double property or instrument parameter value. More...
|
| |
| int | WorkflowAlgorithmHelpers::getIntPropOrParam (const std::string &pmProp, Mantid::Kernel::PropertyManager_sptr &pm, const std::string &instParam, Mantid::API::MatrixWorkspace_sptr &ws, const int overrideValue=Mantid::EMPTY_INT()) |
| | Function to get int property or instrument parameter value. More...
|
| |