| 2665 | } |
| 2666 | |
| 2667 | int 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. |
| 2677 | int vtkMultiBlockPLOT3DReader::SkipByteCount(FILE* fp) |
no outgoing calls
no test coverage detected