|
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. More... | |
Base class for algorithm notifications.
Definition at line 88 of file Algorithm.h.
| Mantid::API::Algorithm::AlgorithmNotification::AlgorithmNotification | ( | const Algorithm *const | alg | ) |
Definition at line 1881 of file Algorithm.cpp.
| const IAlgorithm * Mantid::API::Algorithm::AlgorithmNotification::algorithm | ( | ) | const |
Definition at line 1884 of file Algorithm.cpp.
|
private |
The algorithm.
Definition at line 94 of file Algorithm.h.