Mantid
|
#include "MantidPythonInterface/core/NDArray.h"
#include <boost/python/detail/prefix.hpp>
#include <boost/python/tuple.hpp>
#include <numpy/arrayobject.h>
Go to the source code of this file.
Namespaces | |
namespace | boost |
namespace | boost::python |
namespace | boost::python::converter |
namespace | Mantid |
Helper class which provides the Collimation Length for SANS instruments. | |
namespace | Mantid::PythonInterface |
Macros | |
#define | PY_ARRAY_UNIQUE_SYMBOL CORE_ARRAY_API |
Functions | |
MANTID_PYTHONINTERFACE_CORE_DLL void | Mantid::PythonInterface::importNumpy () |
Initialize the numpy array api for this DLL. More... | |
MANTID_PYTHONINTERFACE_CORE_DLL PyTypeObject * | Mantid::PythonInterface::ndarrayType () |
Return the type object for a numpy.NDArray. More... | |
#define PY_ARRAY_UNIQUE_SYMBOL CORE_ARRAY_API |
Definition at line 11 of file NDArray.cpp.