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
TIFFPredictorState Struct Reference

#include <tif_predict.h>

Public Attributes

int predictor
 
int stride
 
tsize_t rowsize
 
TIFFPostMethod pfunc
 
TIFFCodeMethod coderow
 
TIFFCodeMethod codestrip
 
TIFFCodeMethod codetile
 
TIFFVGetMethod vgetparent
 
TIFFVSetMethod vsetparent
 
TIFFPrintMethod printdir
 
TIFFBoolMethod setupdecode
 
TIFFBoolMethod setupencode
 

Detailed Description

Definition at line 38 of file tif_predict.h.

Member Data Documentation

◆ coderow

TIFFCodeMethod TIFFPredictorState::coderow

Definition at line 44 of file tif_predict.h.

◆ codestrip

TIFFCodeMethod TIFFPredictorState::codestrip

Definition at line 45 of file tif_predict.h.

◆ codetile

TIFFCodeMethod TIFFPredictorState::codetile

Definition at line 46 of file tif_predict.h.

◆ pfunc

TIFFPostMethod TIFFPredictorState::pfunc

Definition at line 43 of file tif_predict.h.

◆ predictor

int TIFFPredictorState::predictor

Definition at line 39 of file tif_predict.h.

Referenced by TIFFVGetFieldDefaulted().

◆ printdir

TIFFPrintMethod TIFFPredictorState::printdir

Definition at line 49 of file tif_predict.h.

Referenced by TIFFPredictorCleanup().

◆ rowsize

tsize_t TIFFPredictorState::rowsize

Definition at line 41 of file tif_predict.h.

◆ setupdecode

TIFFBoolMethod TIFFPredictorState::setupdecode

Definition at line 50 of file tif_predict.h.

Referenced by TIFFPredictorCleanup().

◆ setupencode

TIFFBoolMethod TIFFPredictorState::setupencode

Definition at line 51 of file tif_predict.h.

Referenced by TIFFPredictorCleanup().

◆ stride

int TIFFPredictorState::stride

Definition at line 40 of file tif_predict.h.

◆ vgetparent

TIFFVGetMethod TIFFPredictorState::vgetparent

Definition at line 47 of file tif_predict.h.

Referenced by TIFFPredictorCleanup(), and TIFFPredictorInit().

◆ vsetparent

TIFFVSetMethod TIFFPredictorState::vsetparent

Definition at line 48 of file tif_predict.h.

Referenced by TIFFPredictorCleanup().


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