Go to the documentation of this file.
28 #ifndef vtkWin32OutputWindow_h
29 #define vtkWin32OutputWindow_h
31 #include "vtkCommonCoreModule.h"
57 vtkGetMacro(SendToStdErr,
bool);
58 vtkSetMacro(SendToStdErr,
bool);
59 vtkBooleanMacro(SendToStdErr,
bool);
static vtkWin32OutputWindow * New()
Create a vtkWin32OutputWindow.
void PrintSelf(ostream &os, vtkIndent indent) override
Print ObjectFactor to stream.
Win32 Specific output window class.
void DisplayText(const char *) override
New lines are converted to carriage return new lines.
base class for writing debug output to a console
a simple class to control print indentation
void PromptText(const char *text)
static void AddText(const char *)
virtual ~vtkWin32OutputWindow()