MCPcopy 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

mainFunction · 0.45
DoReadMethod · 0.45
WriteMethod · 0.45
LoadBehaviorMethod · 0.45
XML2EventParserMethod · 0.45
EventConfigMethod · 0.45
AddConfigMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected