|
Visualization Library 2.0.0-b5
A lightweight C++ OpenGL middleware for 2D/3D graphics
|
[Download] [Tutorials] [All Classes] [Grouped Classes] |
#include <tiffio.h>
Public Attributes | |
| TIFF * | tif |
| int | stoponerr |
| int | isContig |
| int | alpha |
| uint32 | width |
| uint32 | height |
| uint16 | bitspersample |
| uint16 | samplesperpixel |
| uint16 | orientation |
| uint16 | req_orientation |
| uint16 | photometric |
| uint16 * | redcmap |
| uint16 * | greencmap |
| uint16 * | bluecmap |
| int(* | get )(TIFFRGBAImage *, uint32 *, uint32, uint32) |
| union { | |
| void(* any )(TIFFRGBAImage *) | |
| tileContigRoutine contig | |
| tileSeparateRoutine separate | |
| } | put |
| TIFFRGBValue * | Map |
| uint32 ** | BWmap |
| uint32 ** | PALmap |
| TIFFYCbCrToRGB * | ycbcr |
| TIFFCIELabToRGB * | cielab |
| int | row_offset |
| int | col_offset |
| int _TIFFRGBAImage::alpha |
Definition at line 197 of file tiffio.h.
Referenced by TIFFRGBAImageBegin().
| void(* _TIFFRGBAImage::any) (TIFFRGBAImage *) |
Definition at line 211 of file tiffio.h.
Referenced by TIFFRGBAImageGet().
| uint16 _TIFFRGBAImage::bitspersample |
Definition at line 200 of file tiffio.h.
Referenced by TIFFRGBAImageBegin().
| uint16* _TIFFRGBAImage::bluecmap |
Definition at line 207 of file tiffio.h.
Referenced by TIFFRGBAImageBegin(), and TIFFRGBAImageEnd().
| uint32** _TIFFRGBAImage::BWmap |
Definition at line 216 of file tiffio.h.
Referenced by DECLAREContigPutFunc(), and TIFFRGBAImageEnd().
| TIFFCIELabToRGB* _TIFFRGBAImage::cielab |
Definition at line 219 of file tiffio.h.
Referenced by DECLAREContigPutFunc(), and TIFFRGBAImageEnd().
| int _TIFFRGBAImage::col_offset |
Definition at line 222 of file tiffio.h.
Referenced by TIFFReadRGBAStrip(), TIFFReadRGBATile(), and TIFFRGBAImageBegin().
| tileContigRoutine _TIFFRGBAImage::contig |
| int(* _TIFFRGBAImage::get) (TIFFRGBAImage *, uint32 *, uint32, uint32) |
Definition at line 209 of file tiffio.h.
Referenced by TIFFRGBAImageGet().
| uint16* _TIFFRGBAImage::greencmap |
Definition at line 206 of file tiffio.h.
Referenced by TIFFRGBAImageBegin(), and TIFFRGBAImageEnd().
| uint32 _TIFFRGBAImage::height |
Definition at line 199 of file tiffio.h.
Referenced by TIFFReadRGBAImageOriented(), TIFFReadRGBAStrip(), and TIFFReadRGBATile().
| TIFFRGBValue* _TIFFRGBAImage::Map |
Definition at line 215 of file tiffio.h.
Referenced by DECLAREContigPutFunc(), DECLARESepPutFunc(), and TIFFRGBAImageEnd().
| uint32** _TIFFRGBAImage::PALmap |
Definition at line 217 of file tiffio.h.
Referenced by DECLAREContigPutFunc(), and TIFFRGBAImageEnd().
| uint16 _TIFFRGBAImage::photometric |
Definition at line 204 of file tiffio.h.
Referenced by TIFFRGBAImageBegin().
| union { ... } _TIFFRGBAImage::put |
Referenced by TIFFRGBAImageGet().
| uint16* _TIFFRGBAImage::redcmap |
Definition at line 205 of file tiffio.h.
Referenced by TIFFRGBAImageBegin(), and TIFFRGBAImageEnd().
| uint16 _TIFFRGBAImage::req_orientation |
Definition at line 203 of file tiffio.h.
Referenced by TIFFReadRGBAImageOriented(), and TIFFRGBAImageBegin().
| int _TIFFRGBAImage::row_offset |
Definition at line 221 of file tiffio.h.
Referenced by TIFFReadRGBAStrip(), TIFFReadRGBATile(), and TIFFRGBAImageBegin().
| uint16 _TIFFRGBAImage::samplesperpixel |
Definition at line 201 of file tiffio.h.
Referenced by DECLAREContigPutFunc(), and TIFFRGBAImageBegin().
| tileSeparateRoutine _TIFFRGBAImage::separate |
| int _TIFFRGBAImage::stoponerr |
Definition at line 195 of file tiffio.h.
Referenced by TIFFRGBAImageBegin().
| TIFF* _TIFFRGBAImage::tif |
Definition at line 194 of file tiffio.h.
Referenced by TIFFRGBAImageBegin(), and TIFFRGBAImageGet().
| uint32 _TIFFRGBAImage::width |
Definition at line 198 of file tiffio.h.
Referenced by TIFFReadRGBAStrip(), and TIFFReadRGBATile().
| TIFFYCbCrToRGB* _TIFFRGBAImage::ycbcr |
Definition at line 218 of file tiffio.h.
Referenced by TIFFRGBAImageEnd().
Visualization Library 2.0.0-b5 Reference Documentation
Updated on Mon Feb 10 2020 02:45:00.
© Copyright Michele Bosi. All rights reserved.