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

Method CloseCurrentFile

IO/Geometry/vtkChacoReader.cxx:775–784  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

773
774//------------------------------------------------------------------------------
775void vtkChacoReader::CloseCurrentFile()
776{
777 if (this->CurrentGeometryFP)
778 {
779 fclose(this->CurrentGeometryFP);
780 fclose(this->CurrentGraphFP);
781 this->CurrentGeometryFP = nullptr;
782 this->CurrentGraphFP = nullptr;
783 }
784}
785
786//------------------------------------------------------------------------------
787int vtkChacoReader::OpenCurrentFile()

Callers 2

RequestInformationMethod · 0.95
BuildOutputGridMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected