Xmipp  v3.23.11-Nereus
Public Member Functions | Public Attributes | List of all members
TIFFDirHead Struct Reference

#include <rwTIFF.h>

Public Member Functions

 TIFFDirHead ()
 

Public Attributes

unsigned short bitsPerSample
 
unsigned short samplesPerPixel
 
unsigned int imageWidth
 
unsigned int imageLength
 
uint16_t imageSampleFormat
 
unsigned short resUnit
 
float xTiffRes
 
float yTiffRes
 
unsigned int subFileType
 
uint16_t pNumber
 
uint16_t pTotal
 

Detailed Description

TIFF Data Header

Definition at line 35 of file rwTIFF.h.

Constructor & Destructor Documentation

◆ TIFFDirHead()

TIFFDirHead::TIFFDirHead ( )
inline

Definition at line 46 of file rwTIFF.h.

47  {
52  }
unsigned int subFileType
Definition: rwTIFF.h:44
float xTiffRes
Definition: rwTIFF.h:43
unsigned short samplesPerPixel
Definition: rwTIFF.h:38
unsigned int imageWidth
Definition: rwTIFF.h:39
unsigned int imageLength
Definition: rwTIFF.h:40
float yTiffRes
Definition: rwTIFF.h:43
unsigned short bitsPerSample
Definition: rwTIFF.h:37
uint16_t imageSampleFormat
Definition: rwTIFF.h:41

Member Data Documentation

◆ bitsPerSample

unsigned short TIFFDirHead::bitsPerSample

Definition at line 37 of file rwTIFF.h.

◆ imageLength

unsigned int TIFFDirHead::imageLength

Definition at line 40 of file rwTIFF.h.

◆ imageSampleFormat

uint16_t TIFFDirHead::imageSampleFormat

Definition at line 41 of file rwTIFF.h.

◆ imageWidth

unsigned int TIFFDirHead::imageWidth

Definition at line 39 of file rwTIFF.h.

◆ pNumber

uint16_t TIFFDirHead::pNumber

Definition at line 45 of file rwTIFF.h.

◆ pTotal

uint16_t TIFFDirHead::pTotal

Definition at line 45 of file rwTIFF.h.

◆ resUnit

unsigned short TIFFDirHead::resUnit

Definition at line 42 of file rwTIFF.h.

◆ samplesPerPixel

unsigned short TIFFDirHead::samplesPerPixel

Definition at line 38 of file rwTIFF.h.

◆ subFileType

unsigned int TIFFDirHead::subFileType

Definition at line 44 of file rwTIFF.h.

◆ xTiffRes

float TIFFDirHead::xTiffRes

Definition at line 43 of file rwTIFF.h.

◆ yTiffRes

float TIFFDirHead::yTiffRes

Definition at line 43 of file rwTIFF.h.


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