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 | TIFFSetWarningHandler (TIFFErrorHandler handler) |
TIFFErrorHandlerExt | TIFFSetWarningHandlerExt (TIFFErrorHandlerExt handler) |
void | TIFFWarning (const char *module, const char *fmt,...) |
void | TIFFWarningExt (thandle_t fd, const char *module, const char *fmt,...) |
Variables | |
TIFFErrorHandlerExt | _TIFFwarningHandlerExt = NULL |
TIFFErrorHandler TIFFSetWarningHandler | ( | TIFFErrorHandler | handler | ) |
Definition at line 35 of file tif_warning.c.
References _TIFFwarningHandler.
Referenced by vl::loadTIFF().
TIFFErrorHandlerExt TIFFSetWarningHandlerExt | ( | TIFFErrorHandlerExt | handler | ) |
Definition at line 43 of file tif_warning.c.
References _TIFFwarningHandlerExt.
Definition at line 51 of file tif_warning.c.
References _TIFFwarningHandler, and _TIFFwarningHandlerExt.
Definition at line 63 of file tif_warning.c.
References _TIFFwarningHandler, and _TIFFwarningHandlerExt.
Referenced by TIFFReadCustomDirectory().
TIFFErrorHandlerExt _TIFFwarningHandlerExt = NULL |
Definition at line 32 of file tif_warning.c.
Referenced by TIFFSetWarningHandlerExt(), TIFFWarning(), and TIFFWarningExt().
Visualization Library 2.0.0-b5 Reference Documentation
Updated on Mon Feb 10 2020 02:44:57.
© Copyright Michele Bosi. All rights reserved.