Public Member Functions | |
ITiffTagExtractor () | |
virtual | ~ITiffTagExtractor () |
virtual void | extractTagContents (TIFF *tiff)=0 |
Extracts the contents of a tag or tags, what ever the subclass needs to do. |
ITiffTagExtractor::ITiffTagExtractor | ( | ) | [inline] |
virtual ITiffTagExtractor::~ITiffTagExtractor | ( | ) | [inline, virtual] |
virtual void ITiffTagExtractor::extractTagContents | ( | TIFF * | tiff | ) | [pure virtual] |
Extracts the contents of a tag or tags, what ever the subclass needs to do.
tiff | Pointer to the TIFF file |