Mantid
Loading...
Searching...
No Matches
Mantid::API::IAlgorithm Member List

This is the complete list of members for Mantid::API::IAlgorithm, including all inherited members.

addObserver(const Poco::AbstractObserver &observer) const =0Mantid::API::IAlgorithmpure virtual
afterPropertySet(const std::string &)Mantid::Kernel::IPropertyManagerinlineprotectedvirtual
alias() const =0Mantid::API::IAlgorithmpure virtual
aliasDeprecated() const =0Mantid::API::IAlgorithmpure virtual
asJson(bool withDefaultValues=false) const =0Mantid::Kernel::IPropertyManagerpure virtual
asString(bool withDefaultValues=false) const =0Mantid::Kernel::IPropertyManagerpure virtual
cancel()=0Mantid::API::IAlgorithmpure virtual
categories() const =0Mantid::API::IAlgorithmpure virtual
category() const =0Mantid::API::IAlgorithmpure virtual
categorySeparator() const =0Mantid::API::IAlgorithmpure virtual
clear()=0Mantid::Kernel::IPropertyManagerprotectedpure virtual
declareOrReplaceProperty(std::unique_ptr< Property > p, const std::string &doc="")=0Mantid::Kernel::IPropertyManagerpure virtual
declareProperty(std::unique_ptr< Property > p, const std::string &doc="")=0Mantid::Kernel::IPropertyManagerpure virtual
declareProperty(const std::string &name, T value, IValidator_sptr validator=std::make_shared< NullValidator >(), const std::string &doc="", const unsigned int direction=Direction::Input)Mantid::Kernel::IPropertyManagerinline
declareProperty(const std::string &name, T value, const std::string &doc, const unsigned int direction=Direction::Input)Mantid::Kernel::IPropertyManagerinline
declareProperty(const std::string &name, T value, const unsigned int direction)Mantid::Kernel::IPropertyManagerinline
declareProperty(const std::string &name, const char *value, IValidator_sptr validator=std::make_shared< NullValidator >(), const std::string &doc=std::string(), const unsigned int direction=Direction::Input)Mantid::Kernel::IPropertyManagerinline
declareProperty(const std::string &name, const char *value, const std::string &doc, IValidator_sptr validator=std::make_shared< NullValidator >(), const unsigned int direction=Direction::Input)Mantid::Kernel::IPropertyManagerinline
declareProperty(const std::string &name, const char *value, const unsigned int direction)Mantid::Kernel::IPropertyManagerinline
doSetProperty(const std::string &name, const T &value)Mantid::Kernel::IPropertyManagerinlineprivate
doSetProperty(const std::string &name, const std::shared_ptr< T > &value)Mantid::Kernel::IPropertyManagerinlineprivate
enableHistoryRecordingForChild(const bool on)=0Mantid::API::IAlgorithmpure virtual
execute()=0Mantid::API::IAlgorithmpure virtual
executeAsChildAlg()=0Mantid::API::IAlgorithmpure virtual
executeAsync()=0Mantid::API::IAlgorithmpure virtual
executionState() const =0Mantid::API::IAlgorithmpure virtual
existsProperty(const std::string &name) const =0Mantid::Kernel::IPropertyManagerpure virtual
filterByProperty(const TimeSeriesProperty< bool > &, const std::vector< std::string > &)=0Mantid::Kernel::IPropertyManagerpure virtual
filterByTime(const Types::Core::DateAndTime &, const Types::Core::DateAndTime &)=0Mantid::Kernel::IPropertyManagerpure virtual
getAlgorithmID() const =0Mantid::API::IAlgorithmpure virtual
getAlgStartupLogging() const =0Mantid::API::IAlgorithmpure virtual
getAlwaysStoreInADS() const =0Mantid::API::IAlgorithmpure virtual
getDeclaredPropertyNames() const noexcept=0Mantid::Kernel::IPropertyManagerpure virtual
getLoggingOffset() const =0Mantid::API::IAlgorithmpure virtual
getPointerToProperty(const std::string &name) const =0Mantid::Kernel::IPropertyManagerpure virtual
getPointerToPropertyOrdinal(const int &index) const =0Mantid::Kernel::IPropertyManagerprotectedpure virtual
getProperties() const =0Mantid::Kernel::IPropertyManagerpure virtual
getPropertiesInGroup(const std::string &group) constMantid::Kernel::IPropertyManager
getProperty(const std::string &name) const =0Mantid::Kernel::IPropertyManagerpure virtual
getPropertyValue(const std::string &name) const =0Mantid::Kernel::IPropertyManagerpure virtual
getValue(const std::string &name) constMantid::Kernel::IPropertyManagerprotected
getValue(const std::string &name) constMantid::Kernel::IPropertyManagerprotected
getValue(const std::string &name) constMantid::Kernel::IPropertyManagerprotected
helpURL() const =0Mantid::API::IAlgorithmpure virtual
initialize()=0Mantid::API::IAlgorithmpure virtual
isChild() const =0Mantid::API::IAlgorithmpure virtual
isExecuted() const =0Mantid::API::IAlgorithmpure virtual
isInitialized() const =0Mantid::API::IAlgorithmpure virtual
isLogging() const =0Mantid::API::IAlgorithmpure virtual
isReadyForGarbageCollection() const =0Mantid::API::IAlgorithmpure virtual
isRunning() const =0Mantid::API::IAlgorithmpure virtual
name() const =0Mantid::API::IAlgorithmpure virtual
propertyCount() const =0Mantid::Kernel::IPropertyManagerpure virtual
removeObserver(const Poco::AbstractObserver &observer) const =0Mantid::API::IAlgorithmpure virtual
removeProperty(const std::string &name, const bool delproperty=true)=0Mantid::Kernel::IPropertyManagerpure virtual
resetProperties()=0Mantid::Kernel::IPropertyManagerpure virtual
resultState() const =0Mantid::API::IAlgorithmpure virtual
seeAlso() const =0Mantid::API::IAlgorithmpure virtual
setAlgStartupLogging(const bool enabled)=0Mantid::API::IAlgorithmpure virtual
setAlwaysStoreInADS(const bool doStore)=0Mantid::API::IAlgorithmpure virtual
setChild(const bool isChild)=0Mantid::API::IAlgorithmpure virtual
setChildEndProgress(const double endProgress) const =0Mantid::API::IAlgorithmpure virtual
setChildStartProgress(const double startProgress) const =0Mantid::API::IAlgorithmpure virtual
setLogging(const bool value)=0Mantid::API::IAlgorithmpure virtual
setLoggingOffset(const int value)=0Mantid::API::IAlgorithmpure virtual
setProperties(const std::string &propertiesJson, const std::unordered_set< std::string > &ignoreProperties=std::unordered_set< std::string >(), bool createMissing=false)=0Mantid::Kernel::IPropertyManagerpure virtual
setProperties(const ::Json::Value &jsonValue, const std::unordered_set< std::string > &ignoreProperties=std::unordered_set< std::string >(), bool createMissing=false)=0Mantid::Kernel::IPropertyManagerpure virtual
setPropertiesWithString(const std::string &propertiesString, const std::unordered_set< std::string > &ignoreProperties=std::unordered_set< std::string >())=0Mantid::Kernel::IPropertyManagerpure virtual
setProperty(const std::string &name, const T &value)Mantid::Kernel::IPropertyManagerinline
setProperty(const std::string &name, std::unique_ptr< T > value)Mantid::Kernel::IPropertyManagerinline
setProperty(const std::string &name, const char *value)Mantid::Kernel::IPropertyManagerinline
setProperty(const std::string &name, const std::string &value)Mantid::Kernel::IPropertyManagerinline
setPropertyGroup(const std::string &name, const std::string &group)Mantid::Kernel::IPropertyManagerinline
setPropertyOrdinal(const int &index, const std::string &value)=0Mantid::Kernel::IPropertyManagerpure virtual
setPropertySettings(const std::string &name, std::unique_ptr< IPropertySettings > settings)Mantid::Kernel::IPropertyManager
setPropertyValue(const std::string &name, const std::string &value)=0Mantid::Kernel::IPropertyManagerpure virtual
setPropertyValueFromJson(const std::string &name, const Json::Value &value)=0Mantid::Kernel::IPropertyManagerpure virtual
setRethrows(const bool rethrow)=0Mantid::API::IAlgorithmpure virtual
setTypedProperty(const std::string &name, const T &value, const std::false_type &)Mantid::Kernel::IPropertyManagerinlineprivate
setTypedProperty(const std::string &name, const T &value, const std::true_type &)Mantid::Kernel::IPropertyManagerinlineprivate
setTypedProperty(const std::string &name, std::unique_ptr< T > value, const std::true_type &)Mantid::Kernel::IPropertyManagerinlineprivate
splitByTime(std::vector< SplittingInterval > &, std::vector< PropertyManager * >) const =0Mantid::Kernel::IPropertyManagerpure virtual
summary() const =0Mantid::API::IAlgorithmpure virtual
takeProperty(const size_t index)=0Mantid::Kernel::IPropertyManagerpure virtual
toJson() const =0Mantid::API::IAlgorithmpure virtual
toString() const =0Mantid::API::IAlgorithmpure virtual
updatePropertyValues(const IPropertyManager &other)Mantid::Kernel::IPropertyManager
validateInputs()=0Mantid::API::IAlgorithmpure virtual
validateProperties() const =0Mantid::Kernel::IPropertyManagerpure virtual
version() const =0Mantid::API::IAlgorithmpure virtual
workspaceMethodInputProperty() const =0Mantid::API::IAlgorithmpure virtual
workspaceMethodName() const =0Mantid::API::IAlgorithmpure virtual
workspaceMethodOn() const =0Mantid::API::IAlgorithmpure virtual
~IPropertyManager()=defaultMantid::Kernel::IPropertyManagervirtual