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.
Macros | |
#define | PredictorState(tif) ((TIFFPredictorState*) (tif)->tif_data) |
#define | REPEAT4(n, op) |
#define | FIELD_PREDICTOR (FIELD_CODEC+0) /* XXX */ |
#define | N(a) (sizeof (a) / sizeof (a[0])) |
Functions | |
int | TIFFPredictorInit (TIFF *tif) |
int | TIFFPredictorCleanup (TIFF *tif) |
#define FIELD_PREDICTOR (FIELD_CODEC+0) /* XXX */ |
Definition at line 513 of file tif_predict.c.
Definition at line 519 of file tif_predict.c.
Referenced by TIFFPredictorInit().
#define PredictorState | ( | tif | ) | ((TIFFPredictorState*) (tif)->tif_data) |
Definition at line 35 of file tif_predict.c.
Referenced by TIFFPredictorCleanup(), and TIFFPredictorInit().
#define REPEAT4 | ( | n, | |
op | |||
) |
Definition at line 208 of file tif_predict.c.
Definition at line 611 of file tif_predict.c.
References PredictorState, TIFFPredictorState::printdir, TIFFTagMethods::printdir, TIFFPredictorState::setupdecode, TIFFPredictorState::setupencode, tiff::tif_setupdecode, tiff::tif_setupencode, tiff::tif_tagmethods, TIFFTagMethods::vgetfield, TIFFPredictorState::vgetparent, TIFFTagMethods::vsetfield, and TIFFPredictorState::vsetparent.
Definition at line 579 of file tif_predict.c.
References _TIFFMergeFieldInfo(), N, PredictorState, tiff::tif_tagmethods, TIFFTagMethods::vgetfield, and TIFFPredictorState::vgetparent.
Visualization Library 2.0.0-b5 Reference Documentation
Updated on Mon Feb 10 2020 02:44:57.
© Copyright Michele Bosi. All rights reserved.