24 #ifndef vtkFileOutputWindow_h
25 #define vtkFileOutputWindow_h
27 #include "vtkCommonCoreModule.h"
50 vtkSetStringMacro(FileName);
60 vtkGetMacro(Flush,
int);
72 vtkGetMacro(Append,
int);
78 ~vtkFileOutputWindow() VTK_OVERRIDE;
87 vtkFileOutputWindow(const vtkFileOutputWindow&) VTK_DELETE_FUNCTION;
88 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.