ReactOS 0.4.15-dev-7998-gdb93cb1
TIFFPredictorState Struct Reference

#include <tif_predict.h>

Collaboration diagram for TIFFPredictorState:

Public Attributes

int predictor
 
tmsize_t stride
 
tmsize_t rowsize
 
TIFFCodeMethod encoderow
 
TIFFCodeMethod encodestrip
 
TIFFCodeMethod encodetile
 
TIFFEncodeDecodeMethod encodepfunc
 
TIFFCodeMethod decoderow
 
TIFFCodeMethod decodestrip
 
TIFFCodeMethod decodetile
 
TIFFEncodeDecodeMethod decodepfunc
 
TIFFVGetMethod vgetparent
 
TIFFVSetMethod vsetparent
 
TIFFPrintMethod printdir
 
TIFFBoolMethod setupdecode
 
TIFFBoolMethod setupencode
 

Detailed Description

Definition at line 42 of file tif_predict.h.

Member Data Documentation

◆ decodepfunc

TIFFEncodeDecodeMethod TIFFPredictorState::decodepfunc

Definition at line 55 of file tif_predict.h.

◆ decoderow

TIFFCodeMethod TIFFPredictorState::decoderow

Definition at line 52 of file tif_predict.h.

◆ decodestrip

TIFFCodeMethod TIFFPredictorState::decodestrip

Definition at line 53 of file tif_predict.h.

◆ decodetile

TIFFCodeMethod TIFFPredictorState::decodetile

Definition at line 54 of file tif_predict.h.

◆ encodepfunc

TIFFEncodeDecodeMethod TIFFPredictorState::encodepfunc

Definition at line 50 of file tif_predict.h.

◆ encoderow

TIFFCodeMethod TIFFPredictorState::encoderow

Definition at line 47 of file tif_predict.h.

◆ encodestrip

TIFFCodeMethod TIFFPredictorState::encodestrip

Definition at line 48 of file tif_predict.h.

◆ encodetile

TIFFCodeMethod TIFFPredictorState::encodetile

Definition at line 49 of file tif_predict.h.

◆ predictor

int TIFFPredictorState::predictor

Definition at line 43 of file tif_predict.h.

◆ printdir

TIFFPrintMethod TIFFPredictorState::printdir

Definition at line 59 of file tif_predict.h.

◆ rowsize

tmsize_t TIFFPredictorState::rowsize

Definition at line 45 of file tif_predict.h.

◆ setupdecode

TIFFBoolMethod TIFFPredictorState::setupdecode

Definition at line 60 of file tif_predict.h.

◆ setupencode

TIFFBoolMethod TIFFPredictorState::setupencode

Definition at line 61 of file tif_predict.h.

◆ stride

tmsize_t TIFFPredictorState::stride

Definition at line 44 of file tif_predict.h.

◆ vgetparent

TIFFVGetMethod TIFFPredictorState::vgetparent

Definition at line 57 of file tif_predict.h.

◆ vsetparent

TIFFVSetMethod TIFFPredictorState::vsetparent

Definition at line 58 of file tif_predict.h.


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