Mantid
Loading...
Searching...
No Matches
FunctionDomain.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 +
8
9#include <boost/python/class.hpp>
10#include <boost/python/module.hpp>
11
13using namespace boost::python;
14
16
17 class_<FunctionDomain, boost::noncopyable>("FunctionDomain", "Base class for FunctionDomain", no_init);
18}
void export_FunctionDomain()
Base class that represents the domain of a function.