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.
Functions | |
const TIFFFieldInfo * | _TIFFGetFieldInfo (size_t *size) |
const TIFFFieldInfo * | _TIFFGetExifFieldInfo (size_t *size) |
void | _TIFFSetupFieldInfo (TIFF *tif, const TIFFFieldInfo info[], size_t n) |
void | _TIFFMergeFieldInfo (TIFF *tif, const TIFFFieldInfo info[], int n) |
void | _TIFFPrintFieldInfo (TIFF *tif, FILE *fd) |
int | TIFFDataWidth (TIFFDataType type) |
int | _TIFFDataSize (TIFFDataType type) |
TIFFDataType | _TIFFSampleToTagType (TIFF *tif) |
const TIFFFieldInfo * | _TIFFFindFieldInfo (TIFF *tif, ttag_t tag, TIFFDataType dt) |
const TIFFFieldInfo * | _TIFFFindFieldInfoByName (TIFF *tif, const char *field_name, TIFFDataType dt) |
const TIFFFieldInfo * | _TIFFFieldWithTag (TIFF *tif, ttag_t tag) |
const TIFFFieldInfo * | _TIFFFieldWithName (TIFF *tif, const char *field_name) |
const TIFFFieldInfo * | _TIFFFindOrRegisterFieldInfo (TIFF *tif, ttag_t tag, TIFFDataType dt) |
TIFFFieldInfo * | _TIFFCreateAnonFieldInfo (TIFF *tif, ttag_t tag, TIFFDataType field_type) |
TIFFFieldInfo* _TIFFCreateAnonFieldInfo | ( | TIFF * | tif, |
ttag_t | tag, | ||
TIFFDataType | field_type | ||
) |
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().
int _TIFFDataSize | ( | TIFFDataType | type | ) |
Definition at line 655 of file tif_dirinfo.c.
References TIFF_ASCII, TIFF_BYTE, TIFF_DOUBLE, TIFF_FLOAT, TIFF_IFD, TIFF_LONG, TIFF_RATIONAL, TIFF_SBYTE, TIFF_SHORT, TIFF_SLONG, TIFF_SRATIONAL, TIFF_SSHORT, and TIFF_UNDEFINED.
const TIFFFieldInfo* _TIFFFieldWithName | ( | TIFF * | tif, |
const char * | field_name | ||
) |
Definition at line 785 of file tif_dirinfo.c.
References _TIFFFindFieldInfoByName(), NULL, tiff::tif_clientdata, TIFF_ANY, and TIFFErrorExt().
const TIFFFieldInfo* _TIFFFieldWithTag | ( | TIFF * | tif, |
ttag_t | tag | ||
) |
Definition at line 771 of file tif_dirinfo.c.
References _TIFFFindFieldInfo(), NULL, tiff::tif_clientdata, TIFF_ANY, and TIFFErrorExt().
const TIFFFieldInfo* _TIFFFindFieldInfo | ( | TIFF * | tif, |
ttag_t | tag, | ||
TIFFDataType | dt | ||
) |
Definition at line 705 of file tif_dirinfo.c.
References TIFFFieldInfo::field_tag, TIFFFieldInfo::field_type, i, tiff::tif_fieldinfo, tiff::tif_foundfield, tiff::tif_nfields, TIFF_ANY, and TIFF_NOTYPE.
Referenced by _TIFFFieldWithTag(), _TIFFFindOrRegisterFieldInfo(), and TIFFVGetField().
const TIFFFieldInfo* _TIFFFindFieldInfoByName | ( | TIFF * | tif, |
const char * | field_name, | ||
TIFFDataType | dt | ||
) |
Definition at line 737 of file tif_dirinfo.c.
References TIFFFieldInfo::field_name, TIFFFieldInfo::field_type, i, streq, tiff::tif_fieldinfo, tiff::tif_foundfield, tiff::tif_nfields, TIFF_ANY, and TIFF_NOTYPE.
Referenced by _TIFFFieldWithName().
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 * | size | ) |
Definition at line 520 of file tif_dirinfo.c.
References TIFFArrayCount.
const TIFFFieldInfo* _TIFFGetFieldInfo | ( | size_t * | size | ) |
Definition at line 513 of file tif_dirinfo.c.
References TIFFArrayCount.
void _TIFFMergeFieldInfo | ( | TIFF * | tif, |
const TIFFFieldInfo | info[], | ||
int | n | ||
) |
Definition at line 570 of file tif_dirinfo.c.
References _TIFFmalloc(), _TIFFrealloc(), i, NULL, sizeof(), tiff::tif_fieldinfo, tiff::tif_foundfield, and tiff::tif_nfields.
Referenced by _TIFFFindOrRegisterFieldInfo(), _TIFFSetupFieldInfo(), TIFFInitJPEG(), TIFFInitZIP(), and TIFFPredictorInit().
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 * | tif | ) |
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 * | tif, |
const TIFFFieldInfo | info[], | ||
size_t | n | ||
) |
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().
int TIFFDataWidth | ( | TIFFDataType | type | ) |
Definition at line 620 of file tif_dirinfo.c.
Visualization Library 2.0.0-b5 Reference Documentation
Updated on Mon Feb 10 2020 02:44:57.
© Copyright Michele Bosi. All rights reserved.