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_error.c File Reference
#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
 

Function Documentation

◆ TIFFError()

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

Definition at line 51 of file tif_error.c.

References _TIFFerrorHandler, and _TIFFerrorHandlerExt.

◆ TIFFErrorExt()

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

◆ TIFFSetErrorHandler()

TIFFErrorHandler TIFFSetErrorHandler ( TIFFErrorHandler  handler)

Definition at line 35 of file tif_error.c.

References _TIFFerrorHandler.

Referenced by vl::loadTIFF().

◆ TIFFSetErrorHandlerExt()

TIFFErrorHandlerExt TIFFSetErrorHandlerExt ( TIFFErrorHandlerExt  handler)

Definition at line 43 of file tif_error.c.

References _TIFFerrorHandlerExt.

Variable Documentation

◆ _TIFFerrorHandlerExt

TIFFErrorHandlerExt _TIFFerrorHandlerExt = NULL

Definition at line 32 of file tif_error.c.

Referenced by TIFFError(), TIFFErrorExt(), and TIFFSetErrorHandlerExt().