 |
VTK
9.1.0
|
Go to the documentation of this file.
31 #ifndef vtkAndroidOutputWindow_h
32 #define vtkAndroidOutputWindow_h
34 #include "vtkCommonCoreModule.h"
static vtkAndroidOutputWindow * New()
Create a vtkAndroidOutputWindow.
void DisplayWarningText(const char *) override
New lines are converted to carriage return new lines.
void DisplayText(const char *) override
New lines are converted to carriage return new lines.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
base class for writing debug output to a console
Win32 Specific output window class.
a simple class to control print indentation
~vtkAndroidOutputWindow() override
void DisplayDebugText(const char *) override
Display the text.
void DisplayErrorText(const char *) override
New lines are converted to carriage return new lines.
void DisplayGenericWarningText(const char *) override
New lines are converted to carriage return new lines.