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