bioformats
5.1.6
|
Internal implementation details of OffsetIFD. More...
Public Member Functions | |
Impl (ome::compat::shared_ptr< TIFF > &tiff, offset_type offset) | |
Constructor. More... | |
~Impl () | |
Destructor. | |
Public Attributes | |
ome::compat::shared_ptr< TIFF > | tiff |
Reference to the parent TIFF. | |
offset_type | offset |
Offset of this IFD. | |
std::vector< TileCoverage > | coverage |
Tile coverage cache (used when writing). | |
TileCache | tilecache |
Tile cache (used when writing). | |
boost::optional< TileType > | tiletype |
Tile type. | |
boost::optional< uint32_t > | imagewidth |
Image width. | |
boost::optional< uint32_t > | imageheight |
Image height. | |
boost::optional< uint32_t > | tilewidth |
Tile width. | |
boost::optional< uint32_t > | tileheight |
Tile height. | |
boost::optional< PixelType > | pixeltype |
Pixel type. | |
boost::optional< uint16_t > | bits |
Bits per sample. | |
boost::optional< uint16_t > | samples |
Samples per pixel. | |
boost::optional< PlanarConfiguration > | planarconfig |
Planar configuration. | |
boost::optional< PhotometricInterpretation > | photometric |
Photometric interpretation. | |
tstrile_t | ctile |
Current tile (for writing). | |
Private Member Functions | |
Impl (const Impl &) | |
Copy constructor (deleted). | |
Impl & | operator= (const Impl &) |
Assignment operator (deleted). | |
Internal implementation details of OffsetIFD.
|
inline |