Mantid
|
#include "MantidAPI/IMDHistoWorkspace.h"
#include "MantidGeometry/MDGeometry/IMDDimension.h"
#include "MantidPythonInterface/api/RegisterWorkspacePtrToPython.h"
#include "MantidPythonInterface/core/Converters/NDArrayTypeIndex.h"
#include "MantidPythonInterface/core/GetPointer.h"
#include "MantidPythonInterface/core/NDArray.h"
#include <boost/python/class.hpp>
#include <boost/python/copy_non_const_reference.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 | NO_IMPORT_ARRAY |
#define | PY_ARRAY_UNIQUE_SYMBOL API_ARRAY_API |
Functions | |
void | export_IMDHistoWorkspace () |
#define NO_IMPORT_ARRAY |
Definition at line 17 of file IMDHistoWorkspace.cpp.
#define PY_ARRAY_UNIQUE_SYMBOL API_ARRAY_API |
Definition at line 16 of file IMDHistoWorkspace.cpp.
void export_IMDHistoWorkspace | ( | ) |
Definition at line 188 of file IMDHistoWorkspace.cpp.
References Mantid::API::IMDHistoWorkspace::errorSquaredAt(), Mantid::API::IMDHistoWorkspace::getCenter(), Mantid::API::IMDHistoWorkspace::getInverseVolume(), Mantid::API::IMDHistoWorkspace::getLinearIndex(), Mantid::API::IMDHistoWorkspace::setDisplayNormalization(), Mantid::API::IMDHistoWorkspace::setErrorSquaredAt(), Mantid::API::IMDHistoWorkspace::setTo(), and Mantid::API::IMDHistoWorkspace::signalAt().