13 #ifndef mitkEventRecorder_h
14 #define mitkEventRecorder_h
74 std::vector<std::string> m_IgnoreList;
80 std::string m_FileName;
82 std::ofstream m_FileStream;
Observer that enables recoding of all user interaction with the render windows and storing it in an X...
void Notify(InteractionEvent *interactionEvent, bool) override
void SetOutputFile(std::string filename)
void SetEventIgnoreList(std::vector< std::string > list)
SetEventIgnoreList Optional. Provide a list of strings that describe which events are to be ignored.
~EventRecorder() override
Find image slices visible on a given plane.
Base class to implement InteractionEventObservers.