MCPcopy Create free account
hub / github.com/Kitware/VTK / GetOutput

Function GetOutput

Common/Core/vtkStringOutputWindow.h:38–38  ·  view source on GitHub ↗

* Get the current output as a string */

Source from the content-addressed store, hash-verified

36 * Get the current output as a string
37 */
38 std::string GetOutput() { return this->OStream.str(); }
39
40protected:
41 vtkStringOutputWindow();

Callers 1

OutputCellsMethod · 0.50

Calls 1

strMethod · 0.45

Tested by

no test coverage detected