24 #ifndef vtkStringOutputWindow_h 
   25 #define vtkStringOutputWindow_h 
   27 #include "vtkCommonCoreModule.h"  
   49   std::
string GetOutput() { 
return this->OStream.str(); };
 
   56   std::ostringstream OStream;
 
virtual void DisplayText(const char *)
Display the text. 
 
static vtkOutputWindow * New()
This is a singleton pattern New. 
 
a simple class to control print indentation 
 
void PrintSelf(ostream &os, vtkIndent indent) override
Print ObjectFactor to stream. 
 
base class for writing debug output to a console 
 
File Specific output window class.