Medical Imaging Interaction Toolkit
2023.04.00
Medical Imaging Interaction Toolkit
|
Go to the documentation of this file.
13 #ifndef mitkNavigationDataPlayer_h
14 #define mitkNavigationDataPlayer_h
31 itkFactorylessNewMacro(Self);
40 void UpdateOutputInformation()
override;
79 void GenerateData()
override;
TimeStampType m_StartPlayingTimeStamp
The start time of the playing. Set in the method mitk::NavigationDataPlayer::StartPlaying().
DataCollection - Class to facilitate loading/accessing structured data.
TimeStampType m_TimeStampSinceStart
This class is used to play recorded (see mitkNavigationDataRecorder class) NavigationDataSets.
mitk::NavigationData::TimeStampType TimeStampType
#define mitkClassMacro(className, SuperClassName)
double TimeStampType
type that holds the time at which the data was recorded in milliseconds
PlayerState m_CurPlayerState
Base class for using mitk::NavigationData as a filter source. Subclasses can play objects of mitk::Na...
TimeStampType m_PauseTimeStamp
Stores the time when a pause began.