Mantid
Loading...
Searching...
No Matches
Functions
AlgorithmObserver.cpp File Reference
#include "MantidPythonInterface/api/Algorithms/AlgorithmObserverAdapter.h"
#include "MantidPythonInterface/core/GetPointer.h"
#include <boost/python/class.hpp>
#include <boost/python/register_ptr_to_python.hpp>

Go to the source code of this file.

Functions

void export_algorithm_observer ()
 
void observeError (AlgorithmObserver &self, const boost::python::object &alg)
 
void observeFinish (AlgorithmObserver &self, const boost::python::object &alg)
 
void observeProgress (AlgorithmObserver &self, const boost::python::object &alg)
 
void stopObserving (AlgorithmObserver &self, const boost::python::object &alg)
 

Function Documentation

◆ export_algorithm_observer()

void export_algorithm_observer ( )

◆ observeError()

void observeError ( AlgorithmObserver self,
const boost::python::object &  alg 
)

◆ observeFinish()

void observeFinish ( AlgorithmObserver self,
const boost::python::object &  alg 
)

◆ observeProgress()

void observeProgress ( AlgorithmObserver self,
const boost::python::object &  alg 
)

◆ stopObserving()

void stopObserving ( AlgorithmObserver self,
const boost::python::object &  alg 
)