Mantid
Loading...
Searching...
No Matches
Namespaces | Functions
Algorithm.cpp File Reference
#include "MantidAPI/Algorithm.h"
#include "MantidAPI/ADSValidator.h"
#include "MantidAPI/AlgorithmHistory.h"
#include "MantidAPI/AlgorithmManager.h"
#include "MantidAPI/AnalysisDataService.h"
#include "MantidAPI/DeprecatedAlgorithm.h"
#include "MantidAPI/DeprecatedAlias.h"
#include "MantidAPI/IWorkspaceProperty.h"
#include "MantidAPI/WorkspaceGroup.h"
#include "MantidAPI/WorkspaceHistory.h"
#include "MantidJson/Json.h"
#include "MantidKernel/CompositeValidator.h"
#include "MantidKernel/ConfigService.h"
#include "MantidKernel/EmptyValues.h"
#include "MantidKernel/MultiThreaded.h"
#include "MantidKernel/PropertyWithValue.h"
#include "MantidKernel/Strings.h"
#include "MantidKernel/Timer.h"
#include "MantidKernel/UsageService.h"
#include "MantidParallel/Communicator.h"
#include "MantidKernel/StringTokenizer.h"
#include <Poco/ActiveMethod.h>
#include <Poco/ActiveResult.h>
#include <Poco/NotificationCenter.h>
#include <Poco/RWLock.h>
#include <Poco/Void.h>
#include <json/json.h>
#include <algorithm>
#include <iterator>
#include <map>
#include <memory>
#include <utility>
#include "MantidAPI/Algorithm.tcc"

Go to the source code of this file.

Namespaces

namespace  Mantid
 Helper class which provides the Collimation Length for SANS instruments.
 
namespace  Mantid::API
 
namespace  Mantid::Kernel
 

Functions

template<>
MANTID_API_DLL API::IAlgorithm_const_sptr Mantid::Kernel::IPropertyManager::getValue< API::IAlgorithm_const_sptr > (const std::string &name) const
 Get the value of a given property as the declared concrete type (const version) More...
 
template<>
MANTID_API_DLL API::IAlgorithm_sptr Mantid::Kernel::IPropertyManager::getValue< API::IAlgorithm_sptr > (const std::string &name) const
 Get the value of a given property as the declared concrete type. More...
 

Variable Documentation

◆ m_onfinsh

T m_onfinsh
private

Definition at line 79 of file Algorithm.cpp.

◆ m_running_flag

bool& m_running_flag
private

Running flag.

Definition at line 1587 of file Algorithm.cpp.

◆ m_value

const std::string& m_value
private