Mantid
|
#include <OrientedLatticeValidator.h>
Public Member Functions | |
Kernel::IValidator_sptr | clone () const override |
Clone the current state. More... | |
std::string | getType () const |
Gets the type of the validator. More... | |
Private Member Functions | |
std::string | checkValidity (const ExperimentInfo_sptr &workspace) const override |
Check for validity. More... | |
Definition at line 19 of file OrientedLatticeValidator.h.
|
overrideprivate |
Check for validity.
Checks that workspace has an oriented lattice.
info | :: The experiment info to check for an oriented lattice. |
Definition at line 29 of file OrientedLatticeValidator.cpp.
|
override |
Clone the current state.
Definition at line 20 of file OrientedLatticeValidator.cpp.
|
inline |
Gets the type of the validator.
Definition at line 22 of file OrientedLatticeValidator.h.