Mantid
|
#include "MantidKernel/PropertyWithValue.h"
#include "MantidPythonInterface/core/Converters/ContainerDtype.h"
#include <boost/python/bases.hpp>
#include <boost/python/class.hpp>
#include <boost/python/return_by_value.hpp>
#include <boost/python/return_value_policy.hpp>
Go to the source code of this file.
Classes | |
struct | Mantid::PythonInterface::PropertyWithValueExporter< HeldType, ValueReturnPolicy > |
A helper struct to export PropertyWithValue<> types to Python. More... | |
Namespaces | |
namespace | Mantid |
Helper class which provides the Collimation Length for SANS instruments. | |
namespace | Mantid::PythonInterface |
Functions | |
template<typename HeldType > | |
std::string | dtype (Mantid::Kernel::PropertyWithValue< HeldType > &self) |
std::string dtype | ( | Mantid::Kernel::PropertyWithValue< HeldType > & | self | ) |
Definition at line 20 of file PropertyWithValueExporter.h.
References Mantid::PythonInterface::Converters::dtype(), and Mantid::Kernel::PropertyWithValue< TYPE >::value().
Referenced by Mantid::PythonInterface::NDArray::astype(), and Mantid::PythonInterface::IFunctionAdapter::evaluateFunction().