Mantid
Loading...
Searching...
No Matches
Functions
Algorithm.cpp File Reference
#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 ()
 

Function Documentation

◆ export_DistributedAlgorithm()

void export_DistributedAlgorithm ( )

Definition at line 261 of file Algorithm.cpp.

◆ export_leaf_classes()

void export_leaf_classes ( )

◆ export_ParallelAlgorithm()

void export_ParallelAlgorithm ( )

Definition at line 253 of file Algorithm.cpp.

◆ export_SerialAlgorithm()

void export_SerialAlgorithm ( )

Definition at line 245 of file Algorithm.cpp.