17 #ifndef mitkEventRecorder_h
18 #define mitkEventRecorder_h
65 void SetEventIgnoreList(std::vector<std::string> list);
67 void StartRecording();
76 std::vector<std::string> m_IgnoreList;
82 std::string m_FileName;
84 std::ofstream m_FileStream;
Base class to implement InteractionEventObservers.
DataCollection - Class to facilitate loading/accessing structured data.
void SetOutputFile(std::string filename)
static const std::string filename
Observer that enables recoding of all user interaction with the render windows and storing it in an X...