13 #ifndef MITKNavigationDataDelayFilter_H 14 #define MITKNavigationDataDelayFilter_H 17 #include "MitkIGTExports.h" 23 #include <itkTimeStamp.h> 39 typedef std::pair<itk::ModifiedTimeType, std::vector<mitk::NavigationData::Pointer> > BufferType;
46 itkSetMacro(Delay,
unsigned int);
53 void GenerateData()
override;
69 #endif // MITKNavigationDataDelayFilter_H #define mitkNewMacro1Param(classname, type)
NavigationDataDelayFilter.
NavigationDataToNavigationDataFilter is the base class of all filters that receive NavigationDatas as...
DataCollection - Class to facilitate loading/accessing structured data.
unsigned int m_Delay
The amount of time by which the Navigationdatas are delayed in milliseconds.
std::queue< BufferType > m_Buffer
This field containes the buffered navigation datas. It is a queue of (pair of (time and vector of (se...
#define mitkClassMacro(className, SuperClassName)