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

Method CloseFile

IO/Parallel/vtkMultiBlockPLOT3DReader.cxx:2621–2624  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2619}
2620
2621void vtkMultiBlockPLOT3DReader::CloseFile(void* fp)
2622{
2623 fclose(reinterpret_cast<FILE*>(fp));
2624}
2625
2626int vtkMultiBlockPLOT3DReader::CheckFile(FILE*& fp, const char* fname)
2627{

Callers 2

ReadMeshMethod · 0.95
ReadArraysMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected