MITK-IGT
IGT Extension of MITK
Loading...
Searching...
No Matches
mitkNavigationDataSequentialPlayer.h
Go to the documentation of this file.
1/*============================================================================
2
3The Medical Imaging Interaction Toolkit (MITK)
4
5Copyright (c) German Cancer Research Center (DKFZ)
6All rights reserved.
7
8Use of this source code is governed by a 3-clause BSD license that can be
9found in the LICENSE file.
10
11============================================================================*/
12
13#ifndef mitkNavigationDataSequentialPlayer_h
14#define mitkNavigationDataSequentialPlayer_h
15
17
18namespace mitk
19{
27 class MITKIGT_EXPORT NavigationDataSequentialPlayer
29 {
30 public:
33
45 void GoToSnapshot(unsigned int i);
46
54 bool GoToNextSnapshot();
55
60 void UpdateOutputInformation() override;
61
62 protected:
65
71 void GenerateData() override;
72 };
73} // namespace mitk
74
75#endif
Base class for using mitk::NavigationData as a filter source. Subclasses can play objects of mitk::Na...
This class is a slightly changed reimplementation of the NavigationDataPlayer which does not care abo...
mitkClassMacro(NavigationDataSequentialPlayer, NavigationDataPlayerBase)
IGT Exceptions.