Public Methods |
| PmtTiffAccessor () |
| Default constructor. More...
|
| PmtTiffAccessor (TiffImageFile *img) |
| The constructor which takes the image handle from the Open Tiff Toolkit. More...
|
| PmtTiffAccessor (const PmtTiffAccessor &src) |
| The copy constructor. More...
|
virtual | ~PmtTiffAccessor (void) |
| Destructor. More...
|
virtual bool | open (const char *name, PmtOpenMode mode=PMT_READONLY) |
| Opens a TIFF image file for reading / writing (depending on the mode). More...
|
virtual void | close () |
| Close an Tiff image file. More...
|
virtual PmtAccessorPtr | clone () const |
| Return a copy of the PmtTiffAccessor. More...
|
virtual PmtMetadataPtr | readMetadata (const SPmtString &nsURI="") |
| Read all existing metadata and return a root metadata. More...
|
Protected Methods |
virtual bool | recognize (const SPmtString &name) const |
| Used by the getAccessor() method to determine the file type. More...
|
virtual void | getMdValue (PmtMetadataPtr &md) |
virtual void | setMdValue (const PmtMetadataPtr &md) |