Mantid
Loading...
Searching...
No Matches
Framework
PythonInterface
mantid
api
src
Exports
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 +
7
#include "
MantidAPI/FunctionDomain.h
"
8
9
#include <boost/python/class.hpp>
10
#include <boost/python/module.hpp>
11
12
using
Mantid::API::FunctionDomain
;
13
using namespace
boost::python
;
14
15
void
export_FunctionDomain
() {
16
17
class_<FunctionDomain, boost::noncopyable>(
"FunctionDomain"
,
"Base class for FunctionDomain"
, no_init);
18
}
export_FunctionDomain
void export_FunctionDomain()
Definition:
FunctionDomain.cpp:15
FunctionDomain.h
Mantid::API::FunctionDomain
Base class that represents the domain of a function.
Definition:
FunctionDomain.h:31
boost::python
Definition:
NDArray.h:50
Generated on Tue Jan 3 2023 11:57:58 for Mantid by
1.9.5