Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
40
protected:
41
vtkStringOutputWindow();
Callers
1
OutputCells
Method · 0.50
Calls
1
str
Method · 0.45
Tested by
no test coverage detected