Mantid
Loading...
Searching...
No Matches
Public Member Functions | Private Attributes | List of all members
Mantid::API::AlgorithmStartingNotification Class Reference

Class for when an algorithm is starting asynchronously. More...

#include <AlgorithmManager.h>

Inheritance diagram for Mantid::API::AlgorithmStartingNotification:

Public Member Functions

 AlgorithmStartingNotification (IAlgorithm_sptr alg)
 
IAlgorithm_sptr getAlgorithm () const
 Returns the algorithm that is starting. More...
 

Private Attributes

IAlgorithm_sptr m_alg
 Algorithm. More...
 

Detailed Description

Class for when an algorithm is starting asynchronously.

Definition at line 27 of file AlgorithmManager.h.

Constructor & Destructor Documentation

◆ AlgorithmStartingNotification()

Mantid::API::AlgorithmStartingNotification::AlgorithmStartingNotification ( IAlgorithm_sptr  alg)
inline

Definition at line 29 of file AlgorithmManager.h.

Member Function Documentation

◆ getAlgorithm()

IAlgorithm_sptr Mantid::API::AlgorithmStartingNotification::getAlgorithm ( ) const
inline

Returns the algorithm that is starting.

Definition at line 31 of file AlgorithmManager.h.

References m_alg.

Member Data Documentation

◆ m_alg

IAlgorithm_sptr Mantid::API::AlgorithmStartingNotification::m_alg
private

Algorithm.

Definition at line 34 of file AlgorithmManager.h.

Referenced by getAlgorithm().


The documentation for this class was generated from the following file: