17 #ifndef ItkLoggingAdapter_H_HEADER_INCLUDED
18 #define ItkLoggingAdapter_H_HEADER_INCLUDED
21 #include <itkObjectFactory.h>
22 #include <itkOutputWindow.h>
43 itkFactorylessNewMacro(Self) itkCloneMacro(Self)
48 static
void Initialize();
50 virtual
void DisplayText(const
char *s) override;
54 virtual ~ItkLoggingAdapter();
57 ItkLoggingAdapter(const Self &);
58 void operator=(const Self &);
itk::SmartPointer< const Self > ConstPointer
DataCollection - Class to facilitate loading/accessing structured data.
itk::SmartPointer< Self > Pointer
Adapter that overwrites the standard itk logging output window and sends the logging messages to the ...