| 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 |
no test coverage detected