|
Mantid
|
#include "MantidGeometry/Objects/MeshObject.h"#include "MantidGeometry/Objects/MeshObjectCommon.h"#include "MantidPythonInterface/core/Converters/NDArrayTypeIndex.h"#include "MantidPythonInterface/core/Converters/WrapWithNDArray.h"#include "MantidPythonInterface/core/GetPointer.h"#include <boost/python/class.hpp>#include <boost/python/copy_const_reference.hpp>#include <boost/python/register_ptr_to_python.hpp>#include <boost/python/self.hpp>#include <boost/python/suite/indexing/vector_indexing_suite.hpp>#include <numpy/arrayobject.h>Go to the source code of this file.
Macros | |
| #define | NO_IMPORT_ARRAY |
| #define | PY_ARRAY_UNIQUE_SYMBOL GEOMETRY_ARRAY_API |
Functions | |
| void | export_MeshObject () |
| boost::python::object | wrapMeshWithNDArray (MeshObject &self) |
| #define NO_IMPORT_ARRAY |
Definition at line 19 of file MeshObject.cpp.
| #define PY_ARRAY_UNIQUE_SYMBOL GEOMETRY_ARRAY_API |
Definition at line 18 of file MeshObject.cpp.
| void export_MeshObject | ( | ) |
Definition at line 49 of file MeshObject.cpp.
References wrapMeshWithNDArray().
| boost::python::object wrapMeshWithNDArray | ( | MeshObject & | self | ) |
Definition at line 29 of file MeshObject.cpp.
References Mantid::PythonInterface::Converters::Impl::wrapWithNDArray().
Referenced by export_MeshObject().