27 #ifndef vtkFileOutputWindow_h
28 #define vtkFileOutputWindow_h
30 #include "vtkCommonCoreModule.h"
53 vtkSetStringMacro(FileName);
63 vtkGetMacro(Flush,
int);
75 vtkGetMacro(Append,
int);
81 ~vtkFileOutputWindow() VTK_OVERRIDE;
90 vtkFileOutputWindow(const vtkFileOutputWindow&) VTK_DELETE_FUNCTION;
91 void operator=(const vtkFileOutputWindow&) VTK_DELETE_FUNCTION;
virtual void DisplayText(const char *)
Display the text.
static vtkOutputWindow * New()
This is a singleton pattern New.
File Specific output window class.
a simple class to control print indentation
void PrintSelf(ostream &os, vtkIndent indent) override
Print ObjectFactor to stream.
vtkGetStringMacro(ExtensionsString)
Returns a string listing all available extensions.
base class for writing debug output to a console
vtkSetMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
vtkBooleanMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.