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

Method Close

IO/Geometry/vtkOpenFOAMReader.cxx:1992–2002  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1990 }
1991
1992 void Close()
1993 {
1994 while (this->CloseIncludedFile())
1995 ;
1996 this->CloseCurrentFile();
1997
1998 // Reinstate values from reader (eg, GUI)
1999 auto& streamOpt = static_cast<vtkFoamStreamOption&>(*this);
2000 streamOpt.SetLabel64(this->Reader->GetUse64BitLabels());
2001 streamOpt.SetFloat64(this->Reader->GetUse64BitFloats());
2002 }
2003
2004 // Static File Functions
2005

Callers 3

~vtkFoamFileMethod · 0.95
GetAreaMeshMethod · 0.45

Calls 4

CloseIncludedFileMethod · 0.95
SetLabel64Method · 0.80
CloseCurrentFileMethod · 0.45
SetFloat64Method · 0.45

Tested by

no test coverage detected