Mantid
Loading...
Searching...
No Matches
Framework
PythonInterface
mantid
kernel
src
Exports
SpecialCoordinateSystem.cpp
Go to the documentation of this file.
1
//
2
// Created by jbq on 4/20/21.
3
//
4
// Mantid Repository : https://github.com/mantidproject/mantid
5
//
6
// Copyright © 2018 ISIS Rutherford Appleton Laboratory UKRI,
7
// NScD Oak Ridge National Laboratory, European Spallation Source,
8
// Institut Laue - Langevin & CSNS, Institute of High Energy Physics, CAS
9
// SPDX - License - Identifier: GPL - 3.0 +
10
#include "
MantidKernel/SpecialCoordinateSystem.h
"
11
12
#include <boost/python/enum.hpp>
13
14
void
export_SpecialCoordinateSystem
() {
15
boost::python::enum_<Mantid::Kernel::SpecialCoordinateSystem>(
"SpecialCoordinateSystem"
)
16
.value(
"NONE"
,
Mantid::Kernel::None
)
17
.value(
"QLab"
,
Mantid::Kernel::QLab
)
18
.value(
"QSample"
,
Mantid::Kernel::QSample
)
19
.value(
"HKL"
,
Mantid::Kernel::HKL
);
20
}
export_SpecialCoordinateSystem
void export_SpecialCoordinateSystem()
Definition:
SpecialCoordinateSystem.cpp:14
SpecialCoordinateSystem.h
Mantid::Kernel::QLab
@ QLab
Definition:
SpecialCoordinateSystem.h:14
Mantid::Kernel::QSample
@ QSample
Definition:
SpecialCoordinateSystem.h:14
Mantid::Kernel::HKL
@ HKL
Definition:
SpecialCoordinateSystem.h:14
Mantid::Kernel::None
@ None
Definition:
SpecialCoordinateSystem.h:14
Generated on Tue Jan 3 2023 11:57:59 for Mantid by
1.9.5