Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Kitware/VTK
/ eof
Method
eof
IO/Geometry/vtkTecplotReader.cxx:44–44 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
42
bool open(const char* fileName);
43
bool is_open() const { return Open; }
44
bool eof() const { return Eof; }
45
46
void rewind();
47
void close();
Callers
15
get
Method · 0.95
PreParseDataFile
Method · 0.45
PreParseFluentFile
Method · 0.45
GetCaseChunk
Method · 0.45
GetDataChunk
Method · 0.45
ReadDataZoneSectionId
Method · 0.45
ReadZoneSectionId
Method · 0.45
ReadZoneSection
Method · 0.45
GetSpeciesVariableNames
Method · 0.45
RequestInformation
Method · 0.45
CanReadFile
Method · 0.45
GetFilesFromMetaFile
Method · 0.45
Calls
no outgoing calls
Tested by
1
CompareAsciiFiles
Function · 0.36