Mantid
|
#include "MantidAPI/AnalysisDataService.h"
#include "MantidKernel/WarningSuppressions.h"
#include "MantidPythonInterface/core/Converters/PySequenceToVector.h"
#include "MantidPythonInterface/core/Converters/ToPyList.h"
#include "MantidPythonInterface/core/DataServiceExporter.h"
#include "MantidPythonInterface/core/GetPointer.h"
#include "MantidPythonInterface/core/WeakPtr.h"
#include <boost/python/enum.hpp>
#include <boost/python/list.hpp>
#include <boost/python/overloads.hpp>
#include <boost/python/return_value_policy.hpp>
Go to the source code of this file.
Functions | |
void | export_AnalysisDataService () |
void export_AnalysisDataService | ( | ) |
Definition at line 75 of file AnalysisDataService.cpp.
References Mantid::API::AnalysisDataServiceImpl::addToGroup(), and Mantid::API::AnalysisDataServiceImpl::removeFromGroup().