|
Mantid
|
#include "MantidPythonInterface/core/Converters/NDArrayToVector.h"#include "MantidPythonInterface/core/Converters/NDArrayTypeIndex.h"#include "MantidPythonInterface/core/Converters/NumpyFunctions.h"#include <boost/python/extract.hpp>#include <boost/python/stl_iterator.hpp>#include <boost/python/str.hpp>#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 |
Macros | |
| #define | DECLARE_EXTERN(HeldType) |
| Macro to declare template instantiations as extern; those are defined in NDArrayTypeIndex.cpp. More... | |
| #define | INSTANTIATE_TOVECTOR(ElementType) template struct DLLExport NDArrayToVector<ElementType>; |
| #define | NO_IMPORT_ARRAY |
| #define | PY_ARRAY_UNIQUE_SYMBOL CORE_ARRAY_API |
| #define DECLARE_EXTERN | ( | HeldType | ) |
Macro to declare template instantiations as extern; those are defined in NDArrayTypeIndex.cpp.
Definition at line 32 of file NDArrayToVector.cpp.
| #define INSTANTIATE_TOVECTOR | ( | ElementType | ) | template struct DLLExport NDArrayToVector<ElementType>; |
Definition at line 164 of file NDArrayToVector.cpp.
| #define NO_IMPORT_ARRAY |
Definition at line 19 of file NDArrayToVector.cpp.
| #define PY_ARRAY_UNIQUE_SYMBOL CORE_ARRAY_API |
Definition at line 18 of file NDArrayToVector.cpp.