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

Method CloseFile

IO/Image/vtkImageReader2.cxx:473–480  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

471
472//------------------------------------------------------------------------------
473void vtkImageReader2::CloseFile()
474{
475 if (this->File)
476 {
477 delete this->File;
478 this->File = nullptr;
479 }
480}
481
482//------------------------------------------------------------------------------
483int vtkImageReader2::OpenFile()

Callers 8

~vtkImageReader2Method · 0.95
OpenFileMethod · 0.95
ExecuteInformationMethod · 0.45
HDRReaderUpdateSliceMethod · 0.45
HasErrorMethod · 0.45
CanReadFileMethod · 0.45
ExecuteInformationMethod · 0.45
vtkBMPReaderUpdate2Function · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected