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

Method CloseFile

IO/HDF/vtkHDFWriterImplementation.cxx:169–179  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

167
168//------------------------------------------------------------------------------
169void vtkHDFWriter::Implementation::CloseFile()
170{
171 vtkDebugWithObjectMacro(this->Writer,
172 "Closing current file " << this->File << " " << this->Writer->FileName << " on rank "
173 << this->Writer->CurrentPiece);
174
175 // Setting to H5I_INVALID_HID closes the group/file using RAII
176 this->StepsGroup = H5I_INVALID_HID;
177 this->Root = H5I_INVALID_HID;
178 this->File = H5I_INVALID_HID;
179}
180
181//------------------------------------------------------------------------------
182bool vtkHDFWriter::Implementation::OpenSubfile(const std::string& filename)

Callers 2

RequestDataMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected