#include <MDFrameValidator.h>
Definition at line 19 of file MDFrameValidator.h.
◆ MDFrameValidator()
Mantid::API::MDFrameValidator::MDFrameValidator |
( |
std::string |
frameName | ) |
|
|
explicit |
Constructor.
- Parameters
-
frameName | :: The name of the frame that the workspace must have. |
Definition at line 20 of file MDFrameValidator.cpp.
◆ checkValidity()
std::string Mantid::API::MDFrameValidator::checkValidity |
( |
const IMDWorkspace_sptr & |
workspace | ) |
const |
|
overrideprivate |
Check for validity.
Checks that the frame of the MDWorkspace matches the expected frame.
- Parameters
-
workspace | :: The workspace to test |
- Returns
- A user level description of the error or "" for no error
Definition at line 32 of file MDFrameValidator.cpp.
References index, m_frameID, and workspace.
◆ clone()
◆ getType()
std::string Mantid::API::MDFrameValidator::getType |
( |
| ) |
const |
|
inline |
◆ m_frameID
const std::string Mantid::API::MDFrameValidator::m_frameID |
|
private |
The documentation for this class was generated from the following files: