Mantid
|
WorkspaceHasDxValidator : A validator which checks that all histograms in a workspace have Dx values. More...
#include <WorkspaceHasDxValidator.h>
Public Member Functions | |
Kernel::IValidator_sptr | clone () const override |
Return a deep clone of this validator. More... | |
Private Member Functions | |
std::string | checkValidity (MatrixWorkspace_sptr const &ws) const override |
Return an error string if not all histograms in ws have Dx, otherwise an empty string. More... | |
WorkspaceHasDxValidator : A validator which checks that all histograms in a workspace have Dx values.
Definition at line 19 of file WorkspaceHasDxValidator.h.
|
overrideprivate |
Return an error string if not all histograms in ws have Dx, otherwise an empty string.
Definition at line 18 of file WorkspaceHasDxValidator.cpp.
|
override |
Return a deep clone of this validator.
Definition at line 12 of file WorkspaceHasDxValidator.cpp.