33 #ifndef vtkWin32OutputWindow_h
34 #define vtkWin32OutputWindow_h
36 #include "vtkCommonCoreModule.h"
a simple class to control print indentation
base class for writing debug output to a console
Win32 Specific output window class.
void PrintSelf(ostream &os, vtkIndent indent) override
Print ObjectFactor to stream.
void PromptText(const char *text)
void DisplayText(const char *) override
New lines are converted to carriage return new lines.
void SetSendToStdErr(bool)
Set or get whether the vtkWin32OutputWindow should also send its output to stderr / cerr.
static void AddText(const char *)
~vtkWin32OutputWindow() override
static vtkWin32OutputWindow * New()
Create a vtkWin32OutputWindow.