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

Method GoBackOneLine

IO/EnSight/core/EnSightFile.cxx:609–615  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

607
608//------------------------------------------------------------------------------
609void EnSightFile::GoBackOneLine()
610{
611 auto pos = this->Stream->tellg();
612 pos -= this->Stream->gcount();
613 pos -= (this->FortranSkipBytes * 2);
614 this->Stream->seekg(pos, ios::beg);
615}
616
617//------------------------------------------------------------------------------
618bool EnSightFile::DetectByteOrder(int* result)

Callers 14

readCaseFileValuesFunction · 0.80
ParseGeometrySectionMethod · 0.80
ParseVariableSectionMethod · 0.80
ParseTimeSectionMethod · 0.80
ParseFileSectionMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected