13#ifndef vtkWin32ProcessOutputWindow_h 
   14#define vtkWin32ProcessOutputWindow_h 
   16#include "vtkCommonCoreModule.h"  
   19VTK_ABI_NAMESPACE_BEGIN
 
   37  void Write(
const char* data, 
size_t length);
 
a simple class to control print indentation
 
base class for writing debug output to a console
 
Win32-specific output window class.
 
void Write(const char *data, size_t length)
 
vtkWin32ProcessOutputWindow()
 
static vtkWin32ProcessOutputWindow * New()
 
vtkWindowsHANDLE OutputPipe
 
void DisplayText(const char *) override
Send text to the output window process.
 
~vtkWin32ProcessOutputWindow()
 
void PrintSelf(ostream &os, vtkIndent indent) override
Print ObjectFactor to stream.