Visualization Library 2.0.0-b5
A lightweight C++ OpenGL middleware for 2D/3D graphics
|
[Download] [Tutorials] [All Classes] [Grouped Classes] |
#include "tif_config.h"
#include <sys/types.h>
#include <stdarg.h>
#include <stdlib.h>
#include <sys/stat.h>
#include <fcntl.h>
#include "tiffiop.h"
Go to the source code of this file.
Functions | |
TIFF * | TIFFFdOpen (int fd, const char *name, const char *mode) |
TIFF * | TIFFOpen (const char *name, const char *mode) |
void * | _TIFFmalloc (tsize_t s) |
void | _TIFFfree (tdata_t p) |
void * | _TIFFrealloc (tdata_t p, tsize_t s) |
void | _TIFFmemset (tdata_t p, int v, tsize_t c) |
void | _TIFFmemcpy (tdata_t d, const tdata_t s, tsize_t c) |
int | _TIFFmemcmp (const tdata_t p1, const tdata_t p2, tsize_t c) |
Variables | |
TIFFErrorHandler | _TIFFwarningHandler = unixWarningHandler |
TIFFErrorHandler | _TIFFerrorHandler = unixErrorHandler |
Definition at line 269 of file tif_unix.c.
Definition at line 263 of file tif_unix.c.
Definition at line 251 of file tif_unix.c.
Definition at line 153 of file tif_unix.c.
References _TIFFfree(), _TIFFgetMode(), _TIFFmalloc(), close(), NULL, open(), TIFFErrorExt(), TIFFFdOpen(), and TIFFOpenW().
TIFFErrorHandler _TIFFerrorHandler = unixErrorHandler |
Definition at line 293 of file tif_unix.c.
TIFFErrorHandler _TIFFwarningHandler = unixWarningHandler |
Definition at line 283 of file tif_unix.c.
Visualization Library 2.0.0-b5 Reference Documentation
Updated on Mon Feb 10 2020 02:44:57.
© Copyright Michele Bosi. All rights reserved.