Mantid
|
#include "MantidAPI/DistributedAlgorithm.h"
#include "MantidAPI/ParallelAlgorithm.h"
#include "MantidAPI/SerialAlgorithm.h"
#include "MantidKernel/WarningSuppressions.h"
#include "MantidPythonInterface/api/PythonAlgorithm/AlgorithmAdapter.h"
#include "MantidPythonInterface/core/Converters/PyNativeTypeExtractor.h"
#include "MantidPythonInterface/core/GetPointer.h"
#include <boost/optional.hpp>
#include <boost/python/bases.hpp>
#include <boost/python/class.hpp>
#include <boost/python/dict.hpp>
#include <boost/python/exception_translator.hpp>
#include <boost/python/overloads.hpp>
#include <boost/python/raw_function.hpp>
#include <boost/python/register_ptr_to_python.hpp>
#include <boost/python/scope.hpp>
#include <boost/variant.hpp>
#include <boost/variant/static_visitor.hpp>
#include <cstddef>
#include <string>
#include <variant>
#include <vector>
Go to the source code of this file.
Functions | |
void | export_DistributedAlgorithm () |
void | export_leaf_classes () |
void | export_ParallelAlgorithm () |
void | export_SerialAlgorithm () |
void export_DistributedAlgorithm | ( | ) |
Definition at line 261 of file Algorithm.cpp.
void export_leaf_classes | ( | ) |
Definition at line 191 of file Algorithm.cpp.
References Mantid::API::Algorithm::enableHistoryRecordingForChild(), Mantid::API::Algorithm::fromString(), and Mantid::Kernel::Direction::Input.
void export_ParallelAlgorithm | ( | ) |
Definition at line 253 of file Algorithm.cpp.
void export_SerialAlgorithm | ( | ) |
Definition at line 245 of file Algorithm.cpp.