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

Method vtkTIFFReaderInternal

IO/Image/vtkTIFFReader.cxx:209–216  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

207
208//------------------------------------------------------------------------------
209vtkTIFFReader::vtkTIFFReaderInternal::vtkTIFFReaderInternal()
210{
211 this->Image = nullptr;
212 // Note that this suppresses all error/warning output from libtiff!
213 TIFFSetErrorHandler(&vtkTIFFReaderInternalErrorHandler);
214 TIFFSetWarningHandler(&vtkTIFFReaderInternalErrorHandler);
215 this->Clean();
216}
217
218//------------------------------------------------------------------------------
219bool vtkTIFFReader::vtkTIFFReaderInternal::Initialize()

Callers

nothing calls this directly

Calls 3

CleanMethod · 0.95
TIFFSetErrorHandlerFunction · 0.85
TIFFSetWarningHandlerFunction · 0.85

Tested by

no test coverage detected