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

#include <OrientedLatticeValidator.h>

Inheritance diagram for Mantid::API::OrientedLatticeValidator:

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...
 

Detailed Description

Definition at line 19 of file OrientedLatticeValidator.h.

Member Function Documentation

◆ checkValidity()

std::string Mantid::API::OrientedLatticeValidator::checkValidity ( const ExperimentInfo_sptr info) const
overrideprivate

Check for validity.

Checks that workspace has an oriented lattice.

Parameters
info:: The experiment info to check for an oriented lattice.
Returns
A user level description of the error or "" for no error

Definition at line 29 of file OrientedLatticeValidator.cpp.

◆ clone()

Kernel::IValidator_sptr Mantid::API::OrientedLatticeValidator::clone ( ) const
override

Clone the current state.

Definition at line 20 of file OrientedLatticeValidator.cpp.

◆ getType()

std::string Mantid::API::OrientedLatticeValidator::getType ( ) const
inline

Gets the type of the validator.

Definition at line 22 of file OrientedLatticeValidator.h.


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