static MRVIEWER_API const std::shared_ptr< HistoryStore > & getViewerInstance()
returns the instance (if any) of HistoryStore from the viewer
Definition MRAppendHistory.h:73
MRVIEWER_API ScopeHistory(const std::string &name)
MRVIEWER_API ~ScopeHistory()
void AppendHistory(std::shared_ptr< HistoryAction > action)
Appends given history action to viewer's global history store.
Definition MRAppendHistory.h:12