Medical Imaging Interaction Toolkit
2023.12.00
Medical Imaging Interaction Toolkit
|
Go to the documentation of this file.
13 #ifndef mitkUSImageLoggingFilter_h
14 #define mitkUSImageLoggingFilter_h
17 #include <MitkUSExports.h>
41 void GenerateData()
override;
47 void AddMessageToCurrentImage(std::string message);
58 void SaveImages(std::string path, std::vector<std::string>& imageFilenames, std::string& csvFileName);
67 void SaveImages(std::string path);
73 bool SetImageFilesExtension(std::string extension);
std::vector< double > m_LoggedMITKSystemTimes
Logged system times for every logged image.
Find image slices visible on a given plane.
std::vector< mitk::Image::Pointer > ImageCollection
ImageCollection m_LoggedImages
An image collection for every input. The string identifies the input.
std::map< int, std::string > m_LoggedMessages
(Optional) messages for every logged image
#define mitkClassMacro(className, SuperClassName)
mitk::RealTimeClock::Pointer m_SystemTimeClock
system time clock for system time tag
Superclass of all classes having one or more Images as input and generating Images as output.
std::string m_ImageExtension
stores the image extension, default is ".nrrd"