Mantid
|
Helper comparitor class used to determine if a workspace is not of a given type. More...
Public Member Functions | |
bool | operator() (const Mantid::API::Workspace_sptr &ws) const |
WorkspaceIsNotOfType (const std::string &type) | |
Private Attributes | |
const bool | m_isMatrixWorkspace |
const std::string | m_type |
Helper comparitor class used to determine if a workspace is not of a given type.
Definition at line 26 of file SelectWorkspacesDialog.cpp.
|
inlineexplicit |
Definition at line 32 of file SelectWorkspacesDialog.cpp.
|
inline |
Definition at line 34 of file SelectWorkspacesDialog.cpp.
References Mantid::Kernel::DataItem::id(), m_isMatrixWorkspace, and m_type.
|
private |
Definition at line 29 of file SelectWorkspacesDialog.cpp.
Referenced by operator()().
|
private |
Definition at line 28 of file SelectWorkspacesDialog.cpp.
Referenced by operator()().