Mantid
Loading...
Searching...
No Matches
CompAssembly.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
20 class_<CompAssembly, bases<ICompAssembly, Component>, boost::noncopyable>("CompAssembly", no_init);
21}
void export_CompAssembly()
Enables boost.python to automatically "cast" an object up to the appropriate CompAssembly leaf type.
Class for Assembly of geometric components.
Definition: CompAssembly.h:31
Component is a wrapper for a Component which can modify some of its parameters, e....
Definition: Component.h:41
Class for Assembly of geometric components.
Definition: ICompAssembly.h:30