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

Method Seek

IO/Core/vtkResourceStream.cxx:147–150  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

145
146//------------------------------------------------------------------------------
147vtkTypeInt64 vtkResourceStream::Seek(vtkTypeInt64, SeekDirection)
148{
149 return 0;
150}
151
152//------------------------------------------------------------------------------
153vtkTypeInt64 vtkResourceStream::Tell()

Callers 2

TellMethod · 0.95
seekoffMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected