17 #ifndef _MITK_NavigationDataRecorderDeprecated_H
18 #define _MITK_NavigationDataRecorderDeprecated_H
20 #include <itkProcessObject.h>
22 #include "MitkIGTExports.h"
94 DEPRECATED( itkSetMacro(DoNotOverwriteFiles,
bool));
104 DEPRECATED( itkGetMacro(RecordingMode,RecordingMode));
114 DEPRECATED( itkSetMacro(RecordCountLimit,
int));
127 ,
const std::string& attributeValue ));
146 DEPRECATED(
void StartRecording(std::ostream* stream));
163 DEPRECATED(
void SetRecordingMode(RecordingMode mode));
177 virtual void GenerateData()
override;
212 #endif // #define _MITK_POINT_SET_SOURCE_H
itk::SmartPointer< Self > Pointer
unsigned int m_NumberOfInputs
counts the numbers of added input NavigationDatas
OutputFormatEnum
Determines the output format.
std::map< const mitk::NavigationData *, std::pair< std::string, std::string > > m_AdditionalAttributes
static void Update(vtkPolyData *)
DataCollection - Class to facilitate loading/accessing structured data.
int m_RecordCounter
counts the number of frames which are recorded since StartRecording
This class records NavigationData objects.
std::string m_FileName
stores the file name and path
std::ostream * m_Stream
the output stream
bool m_StreamMustBeDeleted
mitk::RealTimeClock::Pointer m_SystemTimeClock
system time clock for system time tag in output xml file
RecordingMode
Determines where the output is directed to.
#define mitkClassMacroItkParent(className, SuperClassName)
bool m_Recording
indicates whether the recording is started or not
RecordingMode m_RecordingMode
stores the mode see enum RecordingMode
unsigned int m_NumberOfRecordedFiles
necessary for the naming of the file if there is more than one start-stop cycle
bool m_DoNotOverwriteFiles
do not overwrite any files if true
OutputFormatEnum m_OutputFormat
stores the output format; see enum OutputFormat
int m_RecordCountLimit
limits the number of frames, recording will be stopped if the limit is reached. -1 disables the limit...