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

Method GetByteCountSize

IO/Parallel/vtkMultiBlockPLOT3DReader.cxx:2667–2674  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2665}
2666
2667int vtkMultiBlockPLOT3DReader::GetByteCountSize()
2668{
2669 if (this->Internal->Settings.BinaryFile && this->Internal->Settings.HasByteCount)
2670 {
2671 return sizeof(int);
2672 }
2673 return 0;
2674}
2675
2676// Skip Fortran style byte count.
2677int vtkMultiBlockPLOT3DReader::SkipByteCount(FILE* fp)

Callers 3

ReadMeshMethod · 0.95
ReadArraysMethod · 0.95
SkipByteCountMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected