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