Visualization Library 2.0.0-b5
A lightweight C++ OpenGL middleware for 2D/3D graphics
|
[Download] [Tutorials] [All Classes] [Grouped Classes] |
#include "tiffiop.h"
Go to the source code of this file.
Functions | |
TIFFErrorHandler | TIFFSetErrorHandler (TIFFErrorHandler handler) |
TIFFErrorHandlerExt | TIFFSetErrorHandlerExt (TIFFErrorHandlerExt handler) |
void | TIFFError (const char *module, const char *fmt,...) |
void | TIFFErrorExt (thandle_t fd, const char *module, const char *fmt,...) |
Variables | |
TIFFErrorHandlerExt | _TIFFerrorHandlerExt = NULL |
Definition at line 51 of file tif_error.c.
References _TIFFerrorHandler, and _TIFFerrorHandlerExt.
Definition at line 63 of file tif_error.c.
References _TIFFerrorHandler, and _TIFFerrorHandlerExt.
Referenced by _TIFFCheckMalloc(), _TIFFFieldWithName(), _TIFFFieldWithTag(), _TIFFgetMode(), _TIFFNoSeek(), TIFFCheckTile(), TIFFClientOpen(), TIFFComputeStrip(), TIFFFillStrip(), TIFFFillTile(), TIFFInitJPEG(), TIFFOpen(), TIFFOpenW(), TIFFRawStripSize(), TIFFReadBufferSetup(), TIFFReadCustomDirectory(), TIFFReadDirectory(), TIFFReadRGBAImageOriented(), TIFFReadRGBAStrip(), TIFFReadRGBATile(), TIFFRewriteDirectory(), TIFFRGBAImageGet(), TIFFScanlineSize(), TIFFUnlinkDirectory(), TIFFUnRegisterCODEC(), TIFFVStripSize(), TIFFWriteBufferSetup(), TIFFWriteCheck(), TIFFWriteEncodedStrip(), TIFFWriteEncodedTile(), TIFFWriteRawStrip(), TIFFWriteRawTile(), and TIFFWriteScanline().
TIFFErrorHandler TIFFSetErrorHandler | ( | TIFFErrorHandler | handler | ) |
Definition at line 35 of file tif_error.c.
References _TIFFerrorHandler.
Referenced by vl::loadTIFF().
TIFFErrorHandlerExt TIFFSetErrorHandlerExt | ( | TIFFErrorHandlerExt | handler | ) |
Definition at line 43 of file tif_error.c.
References _TIFFerrorHandlerExt.
TIFFErrorHandlerExt _TIFFerrorHandlerExt = NULL |
Definition at line 32 of file tif_error.c.
Referenced by TIFFError(), TIFFErrorExt(), and TIFFSetErrorHandlerExt().
Visualization Library 2.0.0-b5 Reference Documentation
Updated on Mon Feb 10 2020 02:44:57.
© Copyright Michele Bosi. All rights reserved.