|
Mantid
|
Base class for algorithm notifications. More...
#include <Algorithm.h>
Public Member Functions | |
| const IAlgorithm * | algorithm () const |
| AlgorithmNotification (const Algorithm *const alg) | |
Private Attributes | |
| const IAlgorithm *const | m_algorithm |
| The algorithm. | |
Base class for algorithm notifications.
Definition at line 79 of file Algorithm.h.
| Mantid::API::Algorithm::AlgorithmNotification::AlgorithmNotification | ( | const Algorithm *const | alg | ) |
Definition at line 1771 of file Algorithm.cpp.
| const IAlgorithm * Mantid::API::Algorithm::AlgorithmNotification::algorithm | ( | ) | const |
Definition at line 1774 of file Algorithm.cpp.
|
private |
The algorithm.
Definition at line 85 of file Algorithm.h.