|
Mantid
|
#include "MantidAPI/CompositeFunction.h"#include "MantidKernel/WarningSuppressions.h"#include "MantidPythonInterface/core/GetPointer.h"#include <boost/python/class.hpp>#include <boost/python/overloads.hpp>#include <boost/python/register_ptr_to_python.hpp>Go to the source code of this file.
Functions | |
| void | export_CompositeFunction () |
| void export_CompositeFunction | ( | ) |
Definition at line 34 of file CompositeFunction.cpp.
References Mantid::API::CompositeFunction::addFunction(), Mantid::API::CompositeFunction::getFunction(), Mantid::API::CompositeFunction::getParameter(), Mantid::API::CompositeFunction::nFunctions(), Mantid::API::CompositeFunction::removeFunction(), Mantid::API::CompositeFunction::replaceFunction(), and Mantid::API::CompositeFunction::setParameter().