Go to the documentation of this file.
28 #ifndef vtkOutputWindow_h
29 #define vtkOutputWindow_h
32 #include "vtkCommonCoreModule.h"
abstract base class for most VTK objects
static vtkOutputWindowCleanup vtkOutputWindowCleanupInstance
static vtkOutputWindow * New()
This is a singleton pattern New.
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 *)
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 *)
vtkBooleanMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
vtkSetMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
~vtkOutputWindow() override
~vtkOutputWindowCleanup()
virtual void DisplayWarningText(const char *)
void PrintSelf(ostream &os, vtkIndent indent) override
Print ObjectFactor to stream.
virtual void DisplayErrorText(const char *)