Go to the source code of this file.
Classes | |
class | MR::Historian< HistoryActionType > |
class | MR::ScopeHistory |
Namespaces | |
namespace | MR |
Macros | |
#define | SCOPED_HISTORY(name) MR::ScopeHistory __startScopedHistoryMode(name) |
Functions | |
template<class HistoryActionType , typename... Args> | |
void | MR::AppendHistory (Args &&... args) |
template<class HistoryActionType > | |
void | MR::AppendHistory (std::shared_ptr< HistoryActionType > action) |
MRVIEWER_API void | MR::FilterHistoryByCondition (HistoryStackFilter filteringCondition, bool deepFiltering=true) |
#define SCOPED_HISTORY | ( | name | ) | MR::ScopeHistory __startScopedHistoryMode(name) |