Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MITK/MITK
/ SetStream
Method
SetStream
Modules/Core/src/IO/mitkSurfaceVtkXmlIO.cpp:31–34 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
29
vtkTypeMacro(VtkXMLPolyDataReader, vtkXMLPolyDataReader)
30
31
void SetStream(std::istream *is)
32
{
33
this->Stream = is;
34
}
35
std::istream *GetStream() const { return this->Stream; }
36
};
37
Callers
2
DoRead
Method · 0.45
Write
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected