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

Method SkipBytes

IO/Geometry/vtkMFIXReader.cxx:779–782  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

777
778//------------------------------------------------------------------------------
779void vtkMFIXReader::SkipBytes(istream& in, int n)
780{
781 in.read(this->DataBuffer, n); // maybe seekg instead
782}
783
784//------------------------------------------------------------------------------
785void vtkMFIXReader::GetBlockOfDoubles(istream& in, vtkDoubleArray* v, int n)

Callers 1

ReadRestartFileMethod · 0.95

Calls 1

readMethod · 0.45

Tested by

no test coverage detected