|
Mantid
|
#include "MantidAPI/FrameworkManager.h"#include "MantidKernel/ConfigService.h"#include "MantidKernel/WarningSuppressions.h"#include "MantidPythonInterface/api/Algorithms/RunPythonScript.h"#include <boost/python/class.hpp>#include <boost/python/import.hpp>#include <boost/python/reference_existing_object.hpp>#include <boost/python/return_value_policy.hpp>#include <mutex>Go to the source code of this file.
Functions | |
| void | export_FrameworkManager () |
| void export_FrameworkManager | ( | ) |
Definition at line 86 of file FrameworkManager.cpp.
References Mantid::API::FrameworkManagerImpl::clear(), Mantid::API::FrameworkManagerImpl::clearAlgorithms(), Mantid::API::FrameworkManagerImpl::clearData(), Mantid::API::FrameworkManagerImpl::clearInstruments(), Mantid::API::FrameworkManagerImpl::clearPropertyManagers(), Mantid::API::FrameworkManagerImpl::getNumOMPThreads(), Mantid::API::FrameworkManagerImpl::setNumOMPThreads(), Mantid::API::FrameworkManagerImpl::setNumOMPThreadsToConfigValue(), and Mantid::API::FrameworkManagerImpl::shutdown().