|
Mantid
|
#include "MantidAPI/IFunction1D.h"#include "MantidPythonInterface/api/FitFunctions/IFunction1DAdapter.h"#include <boost/python/class.hpp>Go to the source code of this file.
Functions | |
| void | export_IFunction1D () |
| void export_IFunction1D | ( | ) |
The Python held type, std::shared_ptr<IFunction1DAdapter>, allows the class' virtual functions to be overridden in Python
Definition at line 16 of file IFunction1D.cpp.
References Mantid::PythonInterface::IFunction1DAdapter::function1D().