Visualization Library 2.0.0-b5

A lightweight C++ OpenGL middleware for 2D/3D graphics

VL     Star     Watch     Fork     Issue

[Download] [Tutorials] [All Classes] [Grouped Classes]
Functions | Variables
tif_warning.c File Reference
#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
 

Function Documentation

◆ TIFFSetWarningHandler()

TIFFErrorHandler TIFFSetWarningHandler ( TIFFErrorHandler  handler)

Definition at line 35 of file tif_warning.c.

References _TIFFwarningHandler.

Referenced by vl::loadTIFF().

◆ TIFFSetWarningHandlerExt()

TIFFErrorHandlerExt TIFFSetWarningHandlerExt ( TIFFErrorHandlerExt  handler)

Definition at line 43 of file tif_warning.c.

References _TIFFwarningHandlerExt.

◆ TIFFWarning()

void TIFFWarning ( const char *  module,
const char *  fmt,
  ... 
)

Definition at line 51 of file tif_warning.c.

References _TIFFwarningHandler, and _TIFFwarningHandlerExt.

◆ TIFFWarningExt()

void TIFFWarningExt ( thandle_t  fd,
const char *  module,
const char *  fmt,
  ... 
)

Definition at line 63 of file tif_warning.c.

References _TIFFwarningHandler, and _TIFFwarningHandlerExt.

Referenced by TIFFReadCustomDirectory().

Variable Documentation

◆ _TIFFwarningHandlerExt

TIFFErrorHandlerExt _TIFFwarningHandlerExt = NULL

Definition at line 32 of file tif_warning.c.

Referenced by TIFFSetWarningHandlerExt(), TIFFWarning(), and TIFFWarningExt().