MCPcopy 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

DoReadMethod · 0.45
WriteMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected