Visualization Library 2.0.0-b5
A lightweight C++ OpenGL middleware for 2D/3D graphics
|
[Download] [Tutorials] [All Classes] [Grouped Classes] |
Go to the source code of this file.
Classes | |
struct | TIFFDirectory |
Functions | |
const TIFFFieldInfo * | _TIFFGetFieldInfo (size_t *) |
const TIFFFieldInfo * | _TIFFGetExifFieldInfo (size_t *) |
void | _TIFFSetupFieldInfo (TIFF *, const TIFFFieldInfo[], size_t) |
void | _TIFFPrintFieldInfo (TIFF *, FILE *) |
TIFFDataType | _TIFFSampleToTagType (TIFF *) |
const TIFFFieldInfo * | _TIFFFindOrRegisterFieldInfo (TIFF *tif, ttag_t tag, TIFFDataType dt) |
TIFFFieldInfo * | _TIFFCreateAnonFieldInfo (TIFF *tif, ttag_t tag, TIFFDataType dt) |
#define _TIFFFieldWithName TIFFFieldWithName |
#define _TIFFFieldWithTag TIFFFieldWithTag |
#define _TIFFFindFieldInfo TIFFFindFieldInfo |
#define _TIFFFindFieldInfoByName TIFFFindFieldInfoByName |
#define _TIFFMergeFieldInfo TIFFMergeFieldInfo |
#define FIELD_BITSPERSAMPLE 6 |
Definition at line 108 of file tif_dir.h.
Referenced by TIFFPrintDirectory().
#define FIELD_COMPRESSION 7 |
Definition at line 109 of file tif_dir.h.
Referenced by TIFFPrintDirectory().
#define FIELD_IGNORE 0 |
Definition at line 98 of file tif_dir.h.
Referenced by TIFFReadCustomDirectory().
#define FIELD_IMAGEDEPTH 35 |
Definition at line 128 of file tif_dir.h.
Referenced by TIFFPrintDirectory().
#define FIELD_IMAGEDIMENSIONS 1 |
Definition at line 101 of file tif_dir.h.
Referenced by TIFFPrintDirectory(), and TIFFWriteCheck().
#define FIELD_LAST (32*FIELD_SETLONGS-1) |
Definition at line 153 of file tif_dir.h.
Referenced by TIFFReassignTagToIgnore().
#define FIELD_PHOTOMETRIC 8 |
Definition at line 110 of file tif_dir.h.
Referenced by TIFFPrintDirectory().
#define FIELD_PLANARCONFIG 20 |
Definition at line 118 of file tif_dir.h.
Referenced by TIFFWriteCheck().
#define FIELD_POSITION 4 |
Definition at line 104 of file tif_dir.h.
Referenced by TIFFPrintDirectory().
#define FIELD_RESOLUTION 3 |
Definition at line 103 of file tif_dir.h.
Referenced by TIFFPrintDirectory().
#define FIELD_RESOLUTIONUNIT 22 |
Definition at line 119 of file tif_dir.h.
Referenced by TIFFPrintDirectory().
#define FIELD_ROWSPERSTRIP 17 |
Definition at line 115 of file tif_dir.h.
Referenced by TIFFSetupStrips().
#define FIELD_SAMPLEFORMAT 32 |
Definition at line 125 of file tif_dir.h.
Referenced by TIFFPrintDirectory().
#define FIELD_SETLONGS 4 |
Definition at line 37 of file tif_dir.h.
Referenced by TIFFFreeDirectory().
#define FIELD_STRIPBYTECOUNTS 24 |
Definition at line 121 of file tif_dir.h.
Referenced by TIFFSetupStrips().
#define FIELD_STRIPOFFSETS 25 |
Definition at line 122 of file tif_dir.h.
Referenced by TIFFSetupStrips().
#define FIELD_SUBFILETYPE 5 |
Definition at line 107 of file tif_dir.h.
Referenced by TIFFPrintDirectory().
#define FIELD_TILEDEPTH 36 |
Definition at line 129 of file tif_dir.h.
Referenced by TIFFPrintDirectory().
#define FIELD_TILEDIMENSIONS 2 |
Definition at line 102 of file tif_dir.h.
Referenced by TIFFPrintDirectory(), and TIFFSetupStrips().
#define FIELD_YCBCRPOSITIONING 40 |
Definition at line 132 of file tif_dir.h.
Referenced by TIFFFreeDirectory().
#define FIELD_YCBCRSUBSAMPLING 39 |
Definition at line 131 of file tif_dir.h.
Referenced by TIFFFreeDirectory().
Definition at line 169 of file tif_dir.h.
Referenced by TIFFFreeDirectory().
Definition at line 167 of file tif_dir.h.
Referenced by TIFFPrintDirectory(), TIFFVGetField(), and TIFFWriteCheck().
Definition at line 168 of file tif_dir.h.
Referenced by TIFFSetupStrips().
TIFFFieldInfo* _TIFFCreateAnonFieldInfo | ( | TIFF * | tif, |
ttag_t | tag, | ||
TIFFDataType | dt | ||
) |
Definition at line 815 of file tif_dirinfo.c.
References _TIFFfree(), _TIFFmalloc(), _TIFFmemset(), TIFFFieldInfo::field_bit, FIELD_CUSTOM, TIFFFieldInfo::field_name, TIFFFieldInfo::field_oktochange, TIFFFieldInfo::field_passcount, TIFFFieldInfo::field_readcount, TIFFFieldInfo::field_tag, TIFFFieldInfo::field_type, TIFFFieldInfo::field_writecount, NULL, TIFF_VARIABLE, TRUE, and void().
Referenced by _TIFFFindOrRegisterFieldInfo(), and TIFFReadCustomDirectory().
const TIFFFieldInfo* _TIFFFindOrRegisterFieldInfo | ( | TIFF * | tif, |
ttag_t | tag, | ||
TIFFDataType | dt | ||
) |
Definition at line 799 of file tif_dirinfo.c.
References _TIFFCreateAnonFieldInfo(), _TIFFFindFieldInfo(), _TIFFMergeFieldInfo(), and NULL.
const TIFFFieldInfo* _TIFFGetExifFieldInfo | ( | size_t * | ) |
Definition at line 520 of file tif_dirinfo.c.
References TIFFArrayCount.
const TIFFFieldInfo* _TIFFGetFieldInfo | ( | size_t * | ) |
Definition at line 513 of file tif_dirinfo.c.
References TIFFArrayCount.
Definition at line 596 of file tif_dirinfo.c.
References TIFFFieldInfo::field_bit, TIFFFieldInfo::field_name, TIFFFieldInfo::field_oktochange, TIFFFieldInfo::field_passcount, TIFFFieldInfo::field_readcount, TIFFFieldInfo::field_tag, TIFFFieldInfo::field_type, TIFFFieldInfo::field_writecount, i, tiff::tif_fieldinfo, tiff::tif_name, and tiff::tif_nfields.
TIFFDataType _TIFFSampleToTagType | ( | TIFF * | ) |
Definition at line 684 of file tif_dirinfo.c.
References SAMPLEFORMAT_IEEEFP, SAMPLEFORMAT_INT, SAMPLEFORMAT_UINT, SAMPLEFORMAT_VOID, TIFFDirectory::td_bitspersample, TIFFDirectory::td_sampleformat, tiff::tif_dir, TIFF_BYTE, TIFF_DOUBLE, TIFF_FLOAT, TIFF_LONG, TIFF_SBYTE, TIFF_SHORT, TIFF_SLONG, TIFF_SSHORT, TIFF_UNDEFINED, and TIFFhowmany8.
void _TIFFSetupFieldInfo | ( | TIFF * | , |
const TIFFFieldInfo | [], | ||
size_t | |||
) |
Definition at line 527 of file tif_dirinfo.c.
References _TIFFfree(), _TIFFMergeFieldInfo(), TIFFFieldInfo::field_bit, FIELD_CUSTOM, TIFFFieldInfo::field_name, i, tiff::tif_fieldinfo, and tiff::tif_nfields.
Referenced by TIFFReadCustomDirectory().
Visualization Library 2.0.0-b5 Reference Documentation
Updated on Mon Feb 10 2020 02:44:57.
© Copyright Michele Bosi. All rights reserved.