Mantid
Loading...
Searching...
No Matches
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 +
8#include <boost/python/class.hpp>
9
13using namespace boost::python;
14
16 class_<ObjComponent, boost::python::bases<IObjComponent, Component>, boost::noncopyable>("ObjComponent", no_init);
17}
void export_ObjComponent()
Component is a wrapper for a Component which can modify some of its parameters, e....
Definition Component.h:42
Object Component class, this class brings together the physical attributes of the component to the po...
Object Component class, this class brings together the physical attributes of the component to the po...