Mantid
Loading...
Searching...
No Matches
Namespaces | Functions
WorkflowAlgorithmHelpers.h File Reference
#include "MantidAPI/MatrixWorkspace_fwd.h"
#include "MantidKernel/EmptyValues.h"
#include "MantidKernel/PropertyManager.h"
#include <string>

Go to the source code of this file.

Namespaces

namespace  WorkflowAlgorithmHelpers
 

Functions

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...