|
Mantid
|
#include "MantidPythonInterface/core/Converters/MatrixToNDArray.h"#include "MantidPythonInterface/core/Converters/NDArrayTypeIndex.h"#include <numpy/arrayobject.h>Go to the source code of this file.
Namespaces | |
| namespace | Mantid |
| Helper class which provides the Collimation Length for SANS instruments. | |
| namespace | Mantid::PythonInterface |
| namespace | Mantid::PythonInterface::Converters |
| namespace | Mantid::PythonInterface::Converters::Impl |
Macros | |
| #define | INSTANTIATE_MATRIX_WRAP(ElementType) |
| #define | NO_IMPORT_ARRAY |
| #define | PY_ARRAY_UNIQUE_SYMBOL CORE_ARRAY_API |
Functions | |
| Mantid::PythonInterface::Converters::Impl::INSTANTIATE_MATRIX_WRAP (double) | |
| Mantid::PythonInterface::Converters::Impl::INSTANTIATE_MATRIX_WRAP (float) | |
| Mantid::PythonInterface::Converters::Impl::INSTANTIATE_MATRIX_WRAP (int) | |
| template<typename ContainerType > | |
| PyObject * | Mantid::PythonInterface::Converters::Impl::wrapWithNDArray (const ContainerType &cdata, const NumpyWrapMode mode) |
| Defines the wrapWithNDArray specialization for Matrix container types. More... | |
| #define INSTANTIATE_MATRIX_WRAP | ( | ElementType | ) |
Definition at line 44 of file MatrixToNDArray.cpp.
| #define NO_IMPORT_ARRAY |
Definition at line 14 of file MatrixToNDArray.cpp.
| #define PY_ARRAY_UNIQUE_SYMBOL CORE_ARRAY_API |
Definition at line 13 of file MatrixToNDArray.cpp.