#include <tiffimage_int.hpp>
Public Member Functions | |
bool | operator== (const Key &key) const |
Comparison operator to compare a TiffGroupStruct with a TiffGroupStruct::Key. | |
uint16_t | tag () const |
Return the tag corresponding to the extended tag. | |
Public Attributes | |
uint32_t | extendedTag_ |
Tag (32 bit so that it can contain special tags). | |
uint16_t | group_ |
Group that contains the tag. | |
NewTiffCompFct | newTiffCompFct_ |
Function to create the correct TIFF component. |