Mantid
|
#include "MantidAPI/AlgorithmFactory.h"
#include "MantidAPI/Algorithm.h"
#include "MantidAPI/FileLoaderRegistry.h"
#include "MantidKernel/WarningSuppressions.h"
#include "MantidPythonInterface/core/GetPointer.h"
#include "MantidPythonInterface/core/PythonObjectInstantiator.h"
#include "MantidPythonInterface/core/UninstallTrace.h"
#include <boost/python/class.hpp>
#include <boost/python/def.hpp>
#include <boost/python/dict.hpp>
#include <boost/python/list.hpp>
#include <boost/python/overloads.hpp>
#include <mutex>
#include <frameobject.h>
Go to the source code of this file.
Functions | |
void | export_AlgorithmFactory () |
void export_AlgorithmFactory | ( | ) |
Definition at line 158 of file AlgorithmFactory.cpp.
References Mantid::API::AlgorithmDescriptor::alias, Mantid::API::AlgorithmDescriptor::category, Mantid::API::AlgorithmFactoryImpl::exists(), Mantid::API::AlgorithmFactoryImpl::highestVersion(), Mantid::Kernel::SingletonHolder< T >::Instance(), Mantid::API::AlgorithmDescriptor::name, Mantid::API::AlgorithmFactoryImpl::unsubscribe(), and Mantid::API::AlgorithmDescriptor::version.