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

Method MoveReadPosition

IO/EnSight/core/EnSightFile.cxx:646–649  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

644
645//------------------------------------------------------------------------------
646void EnSightFile::MoveReadPosition(vtkTypeInt64 numBytes)
647{
648 this->Stream->seekg(numBytes, ios::cur);
649}
650
651//------------------------------------------------------------------------------
652void EnSightFile::MoveToPosition(std::streampos pos)

Callers 8

SkipLineMethod · 0.95
ReadLineMethod · 0.95
SkipNLinesMethod · 0.95
SkipNNumbersMethod · 0.95
ReadNumberMethod · 0.95
ReadArrayMethod · 0.95
ReadGeometryMethod · 0.80
GetPartInfoMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected