7 #include <fwCore/base.hpp> 9 #include <vtkObjectFactory.h> 10 #include <vtkOutputWindow.h> 19 virtual void PrintSelf(ostream& os, vtkIndent indent)
override;
23 virtual void DisplayText(
const char*)
override;
40 vtkOutputWindowToSpyLog::vtkOutputWindowToSpyLog()
46 vtkOutputWindowToSpyLog::~vtkOutputWindowToSpyLog()
52 void vtkOutputWindowToSpyLog::PrintSelf(ostream& os, vtkIndent indent)
54 this->Superclass::PrintSelf(os, indent);
56 os << indent <<
"vtkOutputWindowToSpyLog" << std::endl;
61 void vtkOutputWindowToSpyLog::DisplayText(
const char* txt)
74 auto output = vtkOutputWindowToSpyLog::New();
75 vtkOutputWindow::SetInstance( output );
#define OSLM_WARN(message)