28 #ifndef vtkWin32OutputWindow_h 29 #define vtkWin32OutputWindow_h 31 #include "vtkCommonCoreModule.h" 57 vtkGetMacro(SendToStdErr,
bool);
58 vtkSetMacro(SendToStdErr,
bool);
59 vtkBooleanMacro(SendToStdErr,
bool);
66 void PromptText(
const char* text);
67 static void AddText(
const char*);
68 static int Initialize();
virtual void DisplayText(const char *)
Display the text.
static vtkOutputWindow * New()
Creates a new instance of vtkOutputWindow.
a simple class to control print indentation
void PrintSelf(ostream &os, vtkIndent indent) override
Print ObjectFactor to stream.
base class for writing debug output to a console
Win32 Specific output window class.