Mantid
Loading...
Searching...
No Matches
Public Member Functions | Static Public Member Functions | Private Member Functions | Private Attributes | List of all members
Mantid::API::IndexProperty Class Reference

IndexProperty : Implementation of a property type which returns a SpectrumIndexSet provided an input vector of integers or a string. More...

#include <IndexProperty.h>

Inheritance diagram for Mantid::API::IndexProperty:
Mantid::Kernel::ArrayProperty< int64_t > Mantid::Kernel::PropertyWithValue< TYPE > Mantid::Kernel::Property

Public Member Functions

IndexPropertyclone () const override
 'Virtual copy constructor'
 
Indexing::IndexInfo getFilteredIndexInfo () const
 Return IndexInfo created from workspace but containing selected spectra.
 
Indexing::SpectrumIndexSet getIndices () const
 
 IndexProperty (const IndexProperty &)=default
 
 IndexProperty (const std::string &name, const IWorkspaceProperty &workspaceProp, const IndexTypeProperty &indexTypeProp, const Kernel::IValidator_sptr &validator=Kernel::IValidator_sptr(new Kernel::NullValidator))
 
bool isDefault () const override
 Overriden function that returns if property has the same value that it was initialised with, if applicable.
 
std::string isValid () const override
 Overridden function that checks whether the property, if not overriden returns "".
 
 operator Indexing::SpectrumIndexSet () const
 
IndexPropertyoperator= (const IndexProperty &)=delete
 
IndexPropertyoperator= (const std::string &rhs)
 
- Public Member Functions inherited from Mantid::Kernel::ArrayProperty< int64_t >
 ArrayProperty (const ArrayProperty &)
 
 ArrayProperty (const std::string &name, const IValidator_sptr &validator, const unsigned int direction=Direction::Input)
 Constructor Will lead to the property having a default-constructed (i.e.
 
 ArrayProperty (const std::string &name, const std::string &values, const IValidator_sptr &validator=IValidator_sptr(new NullValidator), const unsigned int direction=Direction::Input)
 Constructor from which you can set the property's values through a string:
 
 ArrayProperty (const std::string &name, const unsigned int direction=Direction::Input)
 Constructor that's useful for output properties or inputs with an empty default and no validator.
 
 ArrayProperty (const std::string &name, std::vector< int64_t > vec, const IValidator_sptr &validator=IValidator_sptr(new NullValidator), const unsigned int direction=Direction::Input)
 Constructor.
 
std::string setValue (const std::string &value) override
 Sets the values stored in the ArrayProperty from a string representation.
 
std::string value () const override
 Returns the values stored in the ArrayProperty.
 
- Public Member Functions inherited from Mantid::Kernel::PropertyWithValue< TYPE >
std::vector< std::string > allowedValues () const override
 Returns the set of valid values for this property, if such a set exists.
 
PropertyWithValue< TYPE > * clone () const override
 'Virtual copy constructor'
 
std::string getDefault () const override
 Get the value the property was initialised with -its default value.
 
IValidator_sptr getValidator () const
 Returns the validator as a constant variable so it cannot be changed.
 
bool isDefault () const override
 Indicates if the property's value is the same as it was when it was set N.B.
 
bool isMultipleSelectionAllowed () override
 Returns the set of valid values for this property, if such a set exists.
 
std::string isValid () const override
 Check the value chosen for the property is OK, unless overidden it just calls the validator's isValid() N.B.
 
virtual operator const TYPE & () const
 Allows you to get the value of the property simply by typing its name.
 
bool operator!= (const PropertyWithValue< TYPE > &rhs) const
 Deep comparison (not equal).
 
virtual const TYPEoperator() () const
 Allows you to get the value of the property via an expression like myProperty()
 
PropertyWithValueoperator+= (Property const *right) override
 Add the value of another property.
 
PropertyWithValueoperator= (const PropertyWithValue &right)
 Copy assignment operator assigns only the value and the validator not the name, default (initial) value, etc.
 
virtual PropertyWithValueoperator= (const TYPE &value)
 Assignment operator.
 
bool operator== (const PropertyWithValue< TYPE > &rhs) const
 Deep comparison.
 
 PropertyWithValue ()=delete
 
 PropertyWithValue (const PropertyWithValue< TYPE > &right)
 Copy constructor Note the default value of the copied object is the initial value of original.
 
 PropertyWithValue (const std::string &name, const TYPE &defaultValue, const std::string &defaultValueStr, IValidator_sptr validator, const unsigned int direction)
 Constructor.
 
 PropertyWithValue (std::string name, TYPE defaultValue, const unsigned int direction)
 Constructor.
 
 PropertyWithValue (std::string name, TYPE defaultValue, IValidator_sptr validator=IValidator_sptr(new NullValidator), const unsigned int direction=Direction::Input)
 Constructor.
 
virtual void replaceValidator (IValidator_sptr newValidator)
 Replace the current validator with the given one.
 
MANTID_KERNEL_DLL void saveProperty (Nexus::File *file)
 
MANTID_KERNEL_DLL void saveProperty (Nexus::File *file)
 
MANTID_KERNEL_DLL void saveProperty (Nexus::File *file)
 
MANTID_KERNEL_DLL void saveProperty (Nexus::File *file)
 
MANTID_KERNEL_DLL void saveProperty (Nexus::File *file)
 
MANTID_KERNEL_DLL void saveProperty (Nexus::File *file)
 
MANTID_KERNEL_DLL void saveProperty (Nexus::File *file)
 
MANTID_KERNEL_DLL void saveProperty (Nexus::File *file)
 
MANTID_KERNEL_DLL void saveProperty (Nexus::File *file)
 
void saveProperty (Nexus::File *file) override
 
std::string setDataItem (const std::shared_ptr< DataItem > &data) override
 Set a property value via a DataItem.
 
std::string setValue (const std::string &value) override
 Set the value of the property from a string representation.
 
std::string setValueFromJson (const Json::Value &value) override
 Set the value of the property from a Json representation.
 
int size () const override
 Get the size of the property.
 
std::string value () const override
 Get the value of the property as a string.
 
Json::Value valueAsJson () const override
 Attempt to construct a Json::Value object from the plain value.
 
std::string valueAsPrettyStr (const size_t maxLength=0, const bool collapseLists=true) const override
 Get the value of the property as a string.
 
- Public Member Functions inherited from Mantid::Kernel::Property
bool autoTrim () const
 Returns if the property is set to automatically trim string unput values of whitespace.
 
void clearSettings ()
 Deletes the PropertySettings object contained.
 
virtual const PropertyHistory createHistory () const
 Create a PropertyHistory object representing the current state of the Property.
 
void createTemporaryValue ()
 Create a temporary value for this property.
 
unsigned int direction () const
 returns the direction of the property
 
bool disableReplaceWSButton () const
 Returns if the property is set to disable the creation of the "Replace Workspace" button.
 
const std::string & documentation () const
 Get the property's documentation string.
 
const std::string & getGroup ()
 
virtual size_t getMemorySize () const
 
IPropertySettingsgetSettings ()
 
const IPropertySettingsgetSettings () const
 
bool hasTemporaryValue () const
 Property is using a temporary value for this property.
 
bool isDynamicDefault () const
 Returns a flag indicating that the property's value has been set programmatically, for example, if the property has a default value which depends on the value of an upstream property.
 
virtual bool isValueSerializable () const
 Whether the string returned by value() can be used for serialization.
 
virtual Propertymerge (Property *)
 Just returns the property (*this) unless overridden.
 
const std::string & name () const
 Get the property's name.
 
bool remember () const
 Whether to save input values.
 
void setAutoTrim (const bool &setting)
 Sets if the property is set to automatically trim string unput values of whitespace.
 
void setDisableReplaceWSButton (const bool &disable)
 Sets the property to disable the creation of the "Replace Workspace" button.
 
void setDocumentation (const std::string &documentation)
 Sets the user level description of the property.
 
void setGroup (const std::string &group)
 Set the group this property belongs to.
 
void setIsDynamicDefault (const bool &flag)
 Set or clear the flag indicating whether or not the property's value has been set programmatically.
 
void setName (const std::string &name)
 Set the property's name.
 
void setRemember (bool)
 Set wheter to remeber this property input.
 
void setSettings (std::unique_ptr< IPropertySettings > settings)
 Set the PropertySettings object.
 
virtual void setUnits (const std::string &unit)
 Sets the units of the property, as a string.
 
const std::string type () const
 Returns the type of the property as a string.
 
const std::type_info * type_info () const
 Get the property type_info.
 
virtual const std::string & units () const
 Returns the units of the property, if any, as a string.
 
virtual ~Property ()
 Virtual destructor.
 

Static Public Member Functions

static std::string generatePropertyName (const std::string &name="")
 

Private Member Functions

const Indexing::IndexInfo & getIndexInfoFromWorkspace () const
 

Private Attributes

const IndexTypePropertym_indexTypeProp
 
Indexing::SpectrumIndexSet m_indices
 
bool m_indicesExtracted
 
std::string m_validString
 
const IWorkspacePropertym_workspaceProp
 

Additional Inherited Members

- Protected Member Functions inherited from Mantid::Kernel::Property
 Property (const Property &right)
 Copy constructor.
 
 Property (std::string name, const std::type_info &type, const unsigned int &direction=Direction::Input)
 Constructor.
 
- Protected Attributes inherited from Mantid::Kernel::PropertyWithValue< TYPE >
TYPE m_initialValue
 the property's default value which is also its initial value
 
TYPE m_value
 The value of the property.
 
- Protected Attributes inherited from Mantid::Kernel::Property
std::string m_name
 The name of the property.
 

Detailed Description

IndexProperty : Implementation of a property type which returns a SpectrumIndexSet provided an input vector of integers or a string.

The constructor accepts a WorkspaceProperty and an IndexTypeProperty which are used to validate user input and access the IndexInfo which manages spectrum index information within the workspace.

Author
Lamar Moore
Date
1/7/2017

Definition at line 30 of file IndexProperty.h.

Constructor & Destructor Documentation

◆ IndexProperty() [1/2]

Mantid::API::IndexProperty::IndexProperty ( const std::string &  name,
const IWorkspaceProperty workspaceProp,
const IndexTypeProperty indexTypeProp,
const Kernel::IValidator_sptr validator = Kernel::IValidator_sptr(new Kernel::NullValidator) 
)

Definition at line 17 of file IndexProperty.cpp.

◆ IndexProperty() [2/2]

Mantid::API::IndexProperty::IndexProperty ( const IndexProperty )
default

Member Function Documentation

◆ clone()

IndexProperty * Mantid::API::IndexProperty::clone ( ) const
overridevirtual

'Virtual copy constructor'

Reimplemented from Mantid::Kernel::ArrayProperty< int64_t >.

Definition at line 22 of file IndexProperty.cpp.

◆ generatePropertyName()

std::string Mantid::API::IndexProperty::generatePropertyName ( const std::string &  name = "")
static

◆ getFilteredIndexInfo()

Indexing::IndexInfo Mantid::API::IndexProperty::getFilteredIndexInfo ( ) const

Return IndexInfo created from workspace but containing selected spectra.

The selected spectra are the same as in the SpectrumIndexSet returned by this property and the order is guaranteed to be consistent. That is, if the Nth entry in the SpectrumIndexSet is M, the spectrum with index M in the input workspace is equal to the spectrum with index N in the returned IndexInfo.

Definition at line 96 of file IndexProperty.cpp.

References getIndexInfoFromWorkspace(), m_indexTypeProp, Mantid::Kernel::PropertyWithValue< TYPE >::m_value, Mantid::API::IndexTypeProperty::selectedType(), Mantid::API::SpectrumNum, and Mantid::API::WorkspaceIndex.

◆ getIndexInfoFromWorkspace()

const Indexing::IndexInfo & Mantid::API::IndexProperty::getIndexInfoFromWorkspace ( ) const
private

◆ getIndices()

Indexing::SpectrumIndexSet Mantid::API::IndexProperty::getIndices ( ) const

◆ isDefault()

bool Mantid::API::IndexProperty::isDefault ( ) const
overridevirtual

Overriden function that returns if property has the same value that it was initialised with, if applicable.

Implements Mantid::Kernel::Property.

Definition at line 24 of file IndexProperty.cpp.

References Mantid::Kernel::PropertyWithValue< TYPE >::m_value.

◆ isValid()

std::string Mantid::API::IndexProperty::isValid ( ) const
overridevirtual

Overridden function that checks whether the property, if not overriden returns "".

Overridden functions checks whether the property has a valid value.

Returns
empty string ""

Reimplemented from Mantid::Kernel::Property.

Definition at line 26 of file IndexProperty.cpp.

References error, getIndices(), Mantid::API::IWorkspaceProperty::getWorkspace(), and m_workspaceProp.

◆ operator Indexing::SpectrumIndexSet()

Mantid::API::IndexProperty::operator Indexing::SpectrumIndexSet ( ) const

Definition at line 51 of file IndexProperty.cpp.

◆ operator=() [1/2]

IndexProperty & Mantid::API::IndexProperty::operator= ( const IndexProperty )
delete

◆ operator=() [2/2]

IndexProperty & Mantid::API::IndexProperty::operator= ( const std::string &  rhs)

Definition at line 46 of file IndexProperty.cpp.

References rhs, and Mantid::Kernel::ArrayProperty< int64_t >::setValue().

Member Data Documentation

◆ m_indexTypeProp

const IndexTypeProperty& Mantid::API::IndexProperty::m_indexTypeProp
private

Definition at line 58 of file IndexProperty.h.

Referenced by getFilteredIndexInfo(), and getIndices().

◆ m_indices

Indexing::SpectrumIndexSet Mantid::API::IndexProperty::m_indices
mutableprivate

Definition at line 59 of file IndexProperty.h.

Referenced by getIndices().

◆ m_indicesExtracted

bool Mantid::API::IndexProperty::m_indicesExtracted
mutableprivate

Definition at line 60 of file IndexProperty.h.

Referenced by getIndices().

◆ m_validString

std::string Mantid::API::IndexProperty::m_validString
private

Definition at line 61 of file IndexProperty.h.

◆ m_workspaceProp

const IWorkspaceProperty& Mantid::API::IndexProperty::m_workspaceProp
private

Definition at line 57 of file IndexProperty.h.

Referenced by getIndexInfoFromWorkspace(), and isValid().


The documentation for this class was generated from the following files: