Mantid
|
#include "MantidKernel/System.h"
#include "MantidPythonInterface/core/Converters/CloneToNDArray.h"
#include "MantidPythonInterface/core/Converters/VectorToNDArray.h"
#include "MantidPythonInterface/core/NDArray.h"
#include <boost/mpl/and.hpp>
#include <boost/mpl/if.hpp>
#include <type_traits>
#include <vector>
Go to the source code of this file.
Classes | |
struct | Mantid::PythonInterface::Policies::VectorRefToNumpy< ConversionPolicy > |
Implements a return value policy that returns a numpy array from a rerence to a std::vector. More... | |
struct | Mantid::PythonInterface::Policies::VectorRefToNumpy< ConversionPolicy >::apply< T > |
struct | Mantid::PythonInterface::Policies::VectorToNumpy |
Implements a return value policy that returns a numpy array from a function returning a std::vector by ref or value. More... | |
struct | Mantid::PythonInterface::Policies::VectorToNumpy::apply< T > |
Namespaces | |
namespace | Mantid |
Helper class which provides the Collimation Length for SANS instruments. | |
namespace | Mantid::PythonInterface |
namespace | Mantid::PythonInterface::Policies |