Mantid
Loading...
Searching...
No Matches
Namespaces | Functions
WorkflowAlgorithmHelpers.cpp File Reference
#include "MantidWorkflowAlgorithms/WorkflowAlgorithmHelpers.h"
#include "MantidAPI/MatrixWorkspace.h"
#include "MantidGeometry/Instrument.h"

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