12#ifndef vtkStringOutputWindow_h
13#define vtkStringOutputWindow_h
15#include "vtkCommonCoreModule.h"
19VTK_ABI_NAMESPACE_BEGIN
a simple class to control print indentation
~vtkStringOutputWindow() override
void DisplayText(const char *) override
Put the text into the log file.
static vtkStringOutputWindow * New()
void PrintSelf(ostream &os, vtkIndent indent) override
Print ObjectFactor to stream.
std::string GetOutput()
Get the current output as a string.
std::ostringstream OStream