Mantid
|
GroupWorkspaces notification is send from GroupWorkspaces algorithm. More...
#include <AnalysisDataService.h>
Public Member Functions | |
GroupWorkspacesNotification (const std::vector< std::string > &wsnames) | |
Constructor. More... | |
const std::vector< std::string > & | inputworkspacenames () const |
returns the workspace names More... | |
Private Attributes | |
std::vector< std::string > | m_wsnames |
cache of ws names More... | |
GroupWorkspaces notification is send from GroupWorkspaces algorithm.
Definition at line 48 of file AnalysisDataService.h.
|
inline |
Constructor.
Definition at line 51 of file AnalysisDataService.h.
|
inline |
returns the workspace names
Definition at line 54 of file AnalysisDataService.h.
|
private |
cache of ws names
Definition at line 57 of file AnalysisDataService.h.