11#include "MantidKernel/PropertyWithValue.tcc"
23 const unsigned int direction)
66 const unsigned int direction)
117#if defined(_WIN32) || defined(__clang__) && defined(__APPLE__)
double value
The value of the point.
#define DLLExport
Definitions of the DLLImport compiler directives for MSVC.
Support for a property that holds an array of values.
std::string setValue(const std::string &value) override
Sets the values stored in the ArrayProperty from a string representation.
ArrayProperty< T > * clone() const override
'Virtual copy constructor'
void visualStudioC4661Workaround()
std::string value() const override
Returns the values stored in the ArrayProperty.
ArrayProperty(const std::string &name, std::vector< T > vec, const IValidator_sptr &validator=IValidator_sptr(new NullValidator), const unsigned int direction=Direction::Input)
Constructor.
NullValidator is a validator that doesn't.
The concrete, templated class for properties.
std::shared_ptr< IValidator > IValidator_sptr
A shared_ptr to an IValidator.