Mantid
Loading...
Searching...
No Matches
FunctionDomain1D.cpp
Go to the documentation of this file.
1// Mantid Repository : https://github.com/mantidproject/mantid
2//
3// Copyright © 2018 ISIS Rutherford Appleton Laboratory UKRI,
4// NScD Oak Ridge National Laboratory, European Spallation Source,
5// Institut Laue - Langevin & CSNS, Institute of High Energy Physics, CAS
6// SPDX - License - Identifier: GPL - 3.0 +
9
10#include <boost/python/class.hpp>
11#include <boost/python/module.hpp>
12#include <boost/python/register_ptr_to_python.hpp>
13
17using namespace boost::python;
18
20
21 register_ptr_to_python<FunctionDomain1D_sptr>();
22
23 class_<FunctionDomain1D, bases<FunctionDomain>, boost::noncopyable>("FunctionDomain1D", no_init);
24}
void export_FunctionDomain1D()
Represent a domain for functions of one real argument.
Base class that represents the domain of a function.
std::shared_ptr< FunctionDomain1D > FunctionDomain1D_sptr
typedef for a shared pointer to a FunctionDomain1D