Mantid
|
A validator which checks that the X axis of a workspace is increasing from left to right. More...
#include <IncreasingAxisValidator.h>
Public Member Functions | |
Kernel::IValidator_sptr | clone () const override |
Clone the current state. More... | |
std::string | getType () const |
Get the type of the validator. More... | |
Private Member Functions | |
std::string | checkValidity (const MatrixWorkspace_sptr &value) const override |
Check for validity. More... | |
A validator which checks that the X axis of a workspace is increasing from left to right.
Definition at line 18 of file IncreasingAxisValidator.h.
|
overrideprivate |
Check for validity.
Checks that X axis is in the right direction.
value | The workspace to check |
Definition at line 24 of file IncreasingAxisValidator.cpp.
References value.
|
override |
Clone the current state.
Definition at line 14 of file IncreasingAxisValidator.cpp.
|
inline |
Get the type of the validator.
Definition at line 21 of file IncreasingAxisValidator.h.