MCPcopy Create free account
hub / github.com/Kitware/VTK / StartReading

Method StartReading

IO/Core/vtkInputStream.cxx:29–37  ·  view source on GitHub ↗

------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

27
28//------------------------------------------------------------------------------
29void vtkInputStream::StartReading()
30{
31 if (!this->Stream)
32 {
33 vtkErrorMacro("StartReading() called with no Stream set.");
34 return;
35 }
36 this->StreamStartPosition = this->Stream->tellg();
37}
38
39//------------------------------------------------------------------------------
40void vtkInputStream::EndReading() {}

Callers 6

ReadCompressionHeaderMethod · 0.45
ReadBinaryDataMethod · 0.45
ReadMethod · 0.45
M_ReadMethod · 0.45
M_ReadMethod · 0.45
M_ReadMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected