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

Method ReadNext

IO/Geometry/vtkOpenFOAMReader.cxx:2690–2697  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2688// Code: vtkFoamFile
2689
2690int vtkFoamFile::ReadNext()
2691{
2692 if (!this->InflateNext(this->Superclass::Outbuf + 1, this->OutputBufferSize))
2693 {
2694 return this->CloseIncludedFile() ? this->Getc() : EOF;
2695 }
2696 return *this->Superclass::BufPtr++;
2697}
2698
2699// specialized for reading an integer value.
2700// not using the standard strtol() for speed reason.

Callers 1

GetcMethod · 0.95

Calls 3

InflateNextMethod · 0.95
CloseIncludedFileMethod · 0.95
GetcMethod · 0.95

Tested by

no test coverage detected