Mantid
Loading...
Searching...
No Matches
DataProcessorAdapter.cpp
Go to the documentation of this file.
1// Mantid Repository : https://github.com/mantidproject/mantid
2//
3// Copyright © 2018 ISIS Rutherford Appleton Laboratory UKRI,
4// NScD Oak Ridge National Laboratory, European Spallation Source,
5// Institut Laue - Langevin & CSNS, Institute of High Energy Physics, CAS
6// SPDX - License - Identifier: GPL - 3.0 +
8
9//-----------------------------------------------------------------------------
10// AlgorithmAdapter definition
11//-----------------------------------------------------------------------------
13
18template <class Base>
21
26} // namespace Mantid::PythonInterface
Data processor algorithm to be used as a parent to workflow algorithms.
Provides a layer class for boost::python to allow C++ virtual functions to be overridden in a Python ...
Provides a layer class for boost::python to allow C++ virtual functions to be overridden in a Python ...
DataProcessorAdapter()=delete
Disable default constructor - The PyObject must be supplied to construct the object.