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
tif_open.c File Reference
#include "tiffiop.h"

Go to the source code of this file.

Functions

int _TIFFgetMode (const char *mode, const char *module)
 
TIFFTIFFClientOpen (const char *name, const char *mode, thandle_t clientdata, TIFFReadWriteProc readproc, TIFFReadWriteProc writeproc, TIFFSeekProc seekproc, TIFFCloseProc closeproc, TIFFSizeProc sizeproc, TIFFMapFileProc mapproc, TIFFUnmapFileProc unmapproc)
 
const char * TIFFFileName (TIFF *tif)
 
const char * TIFFSetFileName (TIFF *tif, const char *name)
 
int TIFFFileno (TIFF *tif)
 
int TIFFSetFileno (TIFF *tif, int fd)
 
thandle_t TIFFClientdata (TIFF *tif)
 
thandle_t TIFFSetClientdata (TIFF *tif, thandle_t newvalue)
 
int TIFFGetMode (TIFF *tif)
 
int TIFFSetMode (TIFF *tif, int mode)
 
int TIFFIsTiled (TIFF *tif)
 
uint32 TIFFCurrentRow (TIFF *tif)
 
tdir_t TIFFCurrentDirectory (TIFF *tif)
 
tstrip_t TIFFCurrentStrip (TIFF *tif)
 
ttile_t TIFFCurrentTile (TIFF *tif)
 
int TIFFIsByteSwapped (TIFF *tif)
 
int TIFFIsUpSampled (TIFF *tif)
 
int TIFFIsMSB2LSB (TIFF *tif)
 
int TIFFIsBigEndian (TIFF *tif)
 
TIFFReadWriteProc TIFFGetReadProc (TIFF *tif)
 
TIFFReadWriteProc TIFFGetWriteProc (TIFF *tif)
 
TIFFSeekProc TIFFGetSeekProc (TIFF *tif)
 
TIFFCloseProc TIFFGetCloseProc (TIFF *tif)
 
TIFFSizeProc TIFFGetSizeProc (TIFF *tif)
 
TIFFMapFileProc TIFFGetMapFileProc (TIFF *tif)
 
TIFFUnmapFileProc TIFFGetUnmapFileProc (TIFF *tif)
 

Function Documentation

◆ _TIFFgetMode()

int _TIFFgetMode ( const char *  mode,
const char *  module 
)

Definition at line 117 of file tif_open.c.

References TIFFErrorExt().

Referenced by TIFFClientOpen(), TIFFOpen(), and TIFFOpenW().

◆ TIFFClientdata()

thandle_t TIFFClientdata ( TIFF tif)

Definition at line 502 of file tif_open.c.

References tiff::tif_clientdata.

◆ TIFFClientOpen()

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 
)

◆ TIFFCurrentDirectory()

tdir_t TIFFCurrentDirectory ( TIFF tif)

Definition at line 561 of file tif_open.c.

References tiff::tif_curdir.

◆ TIFFCurrentRow()

uint32 TIFFCurrentRow ( TIFF tif)

Definition at line 552 of file tif_open.c.

References tiff::tif_row.

◆ TIFFCurrentStrip()

tstrip_t TIFFCurrentStrip ( TIFF tif)

Definition at line 570 of file tif_open.c.

References tiff::tif_curstrip.

◆ TIFFCurrentTile()

ttile_t TIFFCurrentTile ( TIFF tif)

Definition at line 579 of file tif_open.c.

References tiff::tif_curtile.

◆ TIFFFileName()

const char* TIFFFileName ( TIFF tif)

◆ TIFFFileno()

int TIFFFileno ( TIFF tif)

Definition at line 482 of file tif_open.c.

References tiff::tif_fd.

◆ TIFFGetCloseProc()

TIFFCloseProc TIFFGetCloseProc ( TIFF tif)

Definition at line 651 of file tif_open.c.

References tiff::tif_closeproc.

◆ TIFFGetMapFileProc()

TIFFMapFileProc TIFFGetMapFileProc ( TIFF tif)

Definition at line 669 of file tif_open.c.

References tiff::tif_mapproc.

◆ TIFFGetMode()

int TIFFGetMode ( TIFF tif)

Definition at line 522 of file tif_open.c.

References tiff::tif_mode.

◆ TIFFGetReadProc()

TIFFReadWriteProc TIFFGetReadProc ( TIFF tif)

Definition at line 624 of file tif_open.c.

References tiff::tif_readproc.

◆ TIFFGetSeekProc()

TIFFSeekProc TIFFGetSeekProc ( TIFF tif)

Definition at line 642 of file tif_open.c.

References tiff::tif_seekproc.

◆ TIFFGetSizeProc()

TIFFSizeProc TIFFGetSizeProc ( TIFF tif)

Definition at line 660 of file tif_open.c.

References tiff::tif_sizeproc.

◆ TIFFGetUnmapFileProc()

TIFFUnmapFileProc TIFFGetUnmapFileProc ( TIFF tif)

Definition at line 678 of file tif_open.c.

References tiff::tif_unmapproc.

◆ TIFFGetWriteProc()

TIFFReadWriteProc TIFFGetWriteProc ( TIFF tif)

Definition at line 633 of file tif_open.c.

References tiff::tif_writeproc.

◆ TIFFIsBigEndian()

int TIFFIsBigEndian ( TIFF tif)

Definition at line 615 of file tif_open.c.

References tiff::tif_header, TIFF_BIGENDIAN, and TIFFHeader::tiff_magic.

◆ TIFFIsByteSwapped()

int TIFFIsByteSwapped ( TIFF tif)

Definition at line 588 of file tif_open.c.

References tiff::tif_flags, and TIFF_SWAB.

◆ TIFFIsMSB2LSB()

int TIFFIsMSB2LSB ( TIFF tif)

Definition at line 606 of file tif_open.c.

References FILLORDER_MSB2LSB, and isFillOrder.

◆ TIFFIsTiled()

int TIFFIsTiled ( TIFF tif)

Definition at line 543 of file tif_open.c.

References isTiled.

Referenced by TIFFReadRGBAStrip(), and TIFFReadRGBATile().

◆ TIFFIsUpSampled()

int TIFFIsUpSampled ( TIFF tif)

Definition at line 597 of file tif_open.c.

References isUpSampled.

◆ TIFFSetClientdata()

thandle_t TIFFSetClientdata ( TIFF tif,
thandle_t  newvalue 
)

Definition at line 511 of file tif_open.c.

References tiff::tif_clientdata.

◆ TIFFSetFileName()

const char* TIFFSetFileName ( TIFF tif,
const char *  name 
)

Definition at line 471 of file tif_open.c.

References tiff::tif_name.

◆ TIFFSetFileno()

int TIFFSetFileno ( TIFF tif,
int  fd 
)

Definition at line 491 of file tif_open.c.

References tiff::tif_fd.

◆ TIFFSetMode()

int TIFFSetMode ( TIFF tif,
int  mode 
)

Definition at line 531 of file tif_open.c.

References tiff::tif_mode.