Mantid
Loading...
Searching...
No Matches
NDArrayTypeIndex.h
Go to the documentation of this file.
1// Mantid Repository : https://github.com/mantidproject/mantid
2//
3// Copyright © 2011 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#pragma once
8
10
11namespace Mantid {
12namespace PythonInterface {
13namespace Converters {
14
26 static int typenum;
27 static char typecode;
28};
29} // namespace Converters
30} // namespace PythonInterface
31} // namespace Mantid
#define MANTID_PYTHONINTERFACE_CORE_DLL
Definition: DllConfig.h:17
Helper class which provides the Collimation Length for SANS instruments.
Defines a mapping between C++ type given by the template parameter and numpy type enum NPY_TYPES.