Mantid
Loading...
Searching...
No Matches
Framework
PythonInterface
mantid
geometry
src
Exports
ObjComponent.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 "
MantidGeometry/Instrument/ObjComponent.h
"
8
#include <boost/python/class.hpp>
9
10
using
Mantid::Geometry::Component
;
11
using
Mantid::Geometry::IObjComponent
;
12
using
Mantid::Geometry::ObjComponent
;
13
using namespace
boost::python
;
14
15
void
export_ObjComponent
() {
16
class_<ObjComponent, boost::python::bases<IObjComponent, Component>, boost::noncopyable>(
"ObjComponent"
, no_init);
17
}
ObjComponent.h
export_ObjComponent
void export_ObjComponent()
Definition:
ObjComponent.cpp:15
Mantid::Geometry::Component
Component is a wrapper for a Component which can modify some of its parameters, e....
Definition:
Component.h:41
Mantid::Geometry::IObjComponent
Object Component class, this class brings together the physical attributes of the component to the po...
Definition:
IObjComponent.h:37
Mantid::Geometry::ObjComponent
Object Component class, this class brings together the physical attributes of the component to the po...
Definition:
ObjComponent.h:33
boost::python
Definition:
NDArray.h:50
Generated on Tue Jan 3 2023 11:57:48 for Mantid by
1.9.5