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.
Definition at line 117 of file tif_open.c.
References TIFFErrorExt().
Referenced by TIFFClientOpen(), TIFFOpen(), and TIFFOpenW().
Definition at line 502 of file tif_open.c.
References tiff::tif_clientdata.
TIFF* TIFFClientOpen | ( | const char * | name, |
const char * | mode, | ||
thandle_t | clientdata, | ||
TIFFReadWriteProc | readproc, | ||
TIFFReadWriteProc | writeproc, | ||
TIFFSeekProc | seekproc, | ||
TIFFCloseProc | closeproc, | ||
TIFFSizeProc | sizeproc, | ||
TIFFMapFileProc | mapproc, | ||
TIFFUnmapFileProc | unmapproc | ||
) |
Definition at line 141 of file tif_open.c.
References _TIFFgetMode(), _TIFFmalloc(), _TIFFmemset(), NULL, tiff::tif_clientdata, tiff::tif_closeproc, tiff::tif_curdir, tiff::tif_curoff, tiff::tif_curstrip, tiff::tif_mapproc, tiff::tif_mode, tiff::tif_name, tiff::tif_readproc, tiff::tif_row, tiff::tif_seekproc, tiff::tif_sizeproc, tiff::tif_writeproc, and TIFFErrorExt().
Referenced by vl::loadTIFF(), and TIFFFdOpen().
Definition at line 561 of file tif_open.c.
References tiff::tif_curdir.
Definition at line 552 of file tif_open.c.
References tiff::tif_row.
Definition at line 570 of file tif_open.c.
References tiff::tif_curstrip.
Definition at line 579 of file tif_open.c.
References tiff::tif_curtile.
Definition at line 462 of file tif_open.c.
References tiff::tif_name.
Referenced by TIFFReadRGBAImageOriented(), TIFFReadRGBAStrip(), TIFFReadRGBATile(), and TIFFRGBAImageGet().
Definition at line 482 of file tif_open.c.
References tiff::tif_fd.
TIFFCloseProc TIFFGetCloseProc | ( | TIFF * | tif | ) |
Definition at line 651 of file tif_open.c.
References tiff::tif_closeproc.
TIFFMapFileProc TIFFGetMapFileProc | ( | TIFF * | tif | ) |
Definition at line 669 of file tif_open.c.
References tiff::tif_mapproc.
Definition at line 522 of file tif_open.c.
References tiff::tif_mode.
TIFFReadWriteProc TIFFGetReadProc | ( | TIFF * | tif | ) |
Definition at line 624 of file tif_open.c.
References tiff::tif_readproc.
TIFFSeekProc TIFFGetSeekProc | ( | TIFF * | tif | ) |
Definition at line 642 of file tif_open.c.
References tiff::tif_seekproc.
TIFFSizeProc TIFFGetSizeProc | ( | TIFF * | tif | ) |
Definition at line 660 of file tif_open.c.
References tiff::tif_sizeproc.
TIFFUnmapFileProc TIFFGetUnmapFileProc | ( | TIFF * | tif | ) |
Definition at line 678 of file tif_open.c.
References tiff::tif_unmapproc.
TIFFReadWriteProc TIFFGetWriteProc | ( | TIFF * | tif | ) |
Definition at line 633 of file tif_open.c.
References tiff::tif_writeproc.
Definition at line 615 of file tif_open.c.
References tiff::tif_header, TIFF_BIGENDIAN, and TIFFHeader::tiff_magic.
Definition at line 588 of file tif_open.c.
References tiff::tif_flags, and TIFF_SWAB.
Definition at line 606 of file tif_open.c.
References FILLORDER_MSB2LSB, and isFillOrder.
Definition at line 543 of file tif_open.c.
References isTiled.
Referenced by TIFFReadRGBAStrip(), and TIFFReadRGBATile().
Definition at line 597 of file tif_open.c.
References isUpSampled.
Definition at line 511 of file tif_open.c.
References tiff::tif_clientdata.
Definition at line 471 of file tif_open.c.
References tiff::tif_name.
Definition at line 491 of file tif_open.c.
References tiff::tif_fd.
Definition at line 531 of file tif_open.c.
References tiff::tif_mode.
Visualization Library 2.0.0-b5 Reference Documentation
Updated on Mon Feb 10 2020 02:44:57.
© Copyright Michele Bosi. All rights reserved.