33#ifndef vtkWin32OutputWindow_h
34#define vtkWin32OutputWindow_h
36#include "vtkCommonCoreModule.h"
64 void SetSendToStdErr(
bool);
66 bool GetSendToStdErr();
68 void SendToStdErrOn();
70 void SendToStdErrOff();
76 virtual const
char* GetWindowTitle() {
return "vtkOutputWindow"; }
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.
virtual void PromptText(const char *text)
void DisplayText(const char *) override
New lines are converted to carriage return new lines.
static vtkWin32OutputWindow * New()
Create a vtkWin32OutputWindow.
virtual void AddText(const char *)
~vtkWin32OutputWindow() override
#define VTK_DEPRECATED_IN_9_0_0(reason)