Mantid
|
Verify that a workspace has valid sample shape. More...
#include <SampleShapeValidator.h>
Public Member Functions | |
Kernel::IValidator_sptr | clone () const override |
std::string | getType () const |
Private Member Functions | |
std::string | checkValidity (const std::shared_ptr< ExperimentInfo > &value) const override |
Checks that the workspace has a valid sample shape defined. More... | |
Verify that a workspace has valid sample shape.
Definition at line 20 of file SampleShapeValidator.h.
|
overrideprivate |
Checks that the workspace has a valid sample shape defined.
value | :: The workspace to test |
Definition at line 24 of file SampleShapeValidator.cpp.
References value.
|
override |
Definition at line 17 of file SampleShapeValidator.cpp.
std::string Mantid::API::SampleShapeValidator::getType | ( | ) | const |
Definition at line 14 of file SampleShapeValidator.cpp.