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]
Public Attributes | List of all members
TIFFFieldInfo Struct Reference

#include <tiffio.h>

Public Attributes

ttag_t field_tag
 
short field_readcount
 
short field_writecount
 
TIFFDataType field_type
 
unsigned short field_bit
 
unsigned char field_oktochange
 
unsigned char field_passcount
 
char * field_name
 

Detailed Description

Definition at line 301 of file tiffio.h.

Member Data Documentation

◆ field_bit

unsigned short TIFFFieldInfo::field_bit

◆ field_name

char* TIFFFieldInfo::field_name

◆ field_oktochange

unsigned char TIFFFieldInfo::field_oktochange

Definition at line 307 of file tiffio.h.

Referenced by _TIFFCreateAnonFieldInfo(), and _TIFFPrintFieldInfo().

◆ field_passcount

unsigned char TIFFFieldInfo::field_passcount

Definition at line 308 of file tiffio.h.

Referenced by _TIFFCreateAnonFieldInfo(), and _TIFFPrintFieldInfo().

◆ field_readcount

short TIFFFieldInfo::field_readcount

◆ field_tag

ttag_t TIFFFieldInfo::field_tag

◆ field_type

TIFFDataType TIFFFieldInfo::field_type

◆ field_writecount

short TIFFFieldInfo::field_writecount

Definition at line 304 of file tiffio.h.

Referenced by _TIFFCreateAnonFieldInfo(), and _TIFFPrintFieldInfo().


The documentation for this struct was generated from the following file: