Mantid
|
#include "MantidPythonInterface/kernel/Registry/PropertyWithValueFactory.h"
#include "MantidPythonInterface/kernel/Registry/SequenceTypeHandler.h"
#include "MantidPythonInterface/kernel/Registry/TypedPropertyValueHandler.h"
#include <boost/python/class.hpp>
#include <boost/python/manage_new_object.hpp>
#include <boost/python/register_ptr_to_python.hpp>
#include <boost/python/return_value_policy.hpp>
Go to the source code of this file.
Classes | |
class | PropertyFactory |
Namespaces | |
namespace | propertyFactoryHelper |
Functions | |
void | export_PropertyFactory () |
Property * | propertyFactoryHelper::removeUniquePointer (const std::string &name, const boost::python::list &defaultValue) |
void export_PropertyFactory | ( | ) |
Definition at line 37 of file PropertyFactory.cpp.
References propertyFactoryHelper::removeUniquePointer().