Go to the documentation of this file.
28 #ifndef vtkOutputWindow_h
29 #define vtkOutputWindow_h
32 #include "vtkCommonCoreModule.h"
98 vtkBooleanMacro(PromptUser,
bool);
99 vtkSetMacro(PromptUser,
bool);
110 vtkSetMacro(UseStdErrorForAllMessages,
bool);
111 vtkGetMacro(UseStdErrorForAllMessages,
bool);
112 vtkBooleanMacro(UseStdErrorForAllMessages,
bool);
abstract base class for most VTK objects
static vtkOutputWindowCleanup vtkOutputWindowCleanupInstance
static vtkOutputWindow * New()
Creates a new instance of vtkOutputWindow.
static vtkOutputWindow * GetInstance()
Return the singleton instance with no reference counting.
static void SetInstance(vtkOutputWindow *instance)
Supply a user defined output window.
virtual void DisplayDebugText(const char *)
bool UseStdErrorForAllMessages
base class for writing debug output to a console
virtual void DisplayText(const char *)
Display the text.
a simple class to control print indentation
virtual void DisplayGenericWarningText(const char *)
@ MESSAGE_TYPE_GENERIC_WARNING
~vtkOutputWindow() override
~vtkOutputWindowCleanup()
virtual void DisplayWarningText(const char *)
void PrintSelf(ostream &os, vtkIndent indent) override
Print ObjectFactor to stream.
virtual void DisplayErrorText(const char *)