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

Method close

IO/Geometry/vtkTecplotReader.cxx:150–162  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

148
149//------------------------------------------------------------------------------
150void FileStreamReader::close()
151{
152 if (this->Open)
153 {
154 this->Open = false;
155 this->Eof = false;
156 this->Pos = FileStreamReader::BUFF_SIZE;
157 this->BuffEnd = FileStreamReader::BUFF_SIZE;
158 this->FileName = std::string();
159
160 gzclose(this->file);
161 }
162}
163
164//------------------------------------------------------------------------------
165bool FileStreamReader::operator!() const

Callers 14

~FileStreamReaderMethod · 0.95
rewindMethod · 0.95
ReadRestartFileMethod · 0.45
CreateVariableNamesMethod · 0.45
GetTimeStepsMethod · 0.45
GetVariableAtTimestepMethod · 0.45
GetAllTimesMethod · 0.45
WriteDataMethod · 0.45
ReadFileMethod · 0.45
SetupBladeDataMethod · 0.45
WriteDataMethod · 0.45

Calls 2

gzcloseFunction · 0.85
stringClass · 0.50

Tested by

no test coverage detected