12namespace PythonInterface {
25 std::unique_ptr<Kernel::Property>
create(
const std::string &name,
const boost::python::object &defaultValue,
26 const boost::python::object &validator,
27 const unsigned int direction)
const override;
double value
The value of the point.
#define DLLExport
Definitions of the DLLImport compiler directives for MSVC.
Interface to PropertyManager.
std::unique_ptr< T > create(const P &parent, const IndexArg &indexArg, const HistArg &histArg)
This is the create() method that all the other create() methods call.
Helper class which provides the Collimation Length for SANS instruments.
A specialisation of PropertyValueHander to handle coercing a Python value into a C++ sequence/array p...
This class provides a templated class object that is able to take a python object and perform operati...