24#ifndef vtkStringOutputWindow_h
25#define vtkStringOutputWindow_h
27#include "vtkCommonCoreModule.h"
49 std::string
GetOutput() {
return this->OStream.str(); }
a simple class to control print indentation
base class for writing debug output to a console
File Specific output window class.
~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