MCPcopy Create free account
hub / github.com/PDAL/PDAL / close

Method close

plugins/e57/libE57Format/src/ImageFile.cpp:351–354  ·  view source on GitHub ↗

! @brief Complete any write operations on an ImageFile, and close the file on the disk. @details Completes the writing of the state of the ImageFile to the disk. Some API implementations may store significant portions of the state of the ImageFile in memory. This state is moved into the disk file before it is closed. Any errors in finishing the writing are reported by throwing an exception. If an

Source from the content-addressed store, hash-verified

349@see ImageFile::cancel, ImageFile::isOpen
350*/
351void ImageFile::close()
352{
353 impl_->close();
354}
355
356/*!
357@brief Stop I/O operations and delete a partially written ImageFile on the disk.

Callers 10

CloseMethod · 0.45
ReadData3DGroupsDataMethod · 0.45
CloseMethod · 0.45
WriteData3DGroupsDataMethod · 0.45
WriteData3DDataMethod · 0.45
readNextBatchMethod · 0.45
doneMethod · 0.45
finaliseMethod · 0.45
~E57WriterMethod · 0.45
TESTFunction · 0.45

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.36