#include <pxl_imagewritable.h>

Public Member Functions | |
| virtual void | setMetadata (DataStore *inMetadata)=0 |
| virtual AutoPtr< ImageWriteLock > | lockForWrite ()=0 |
Definition at line 94 of file pxl_imagewritable.h.
| virtual void Celartem::ImageWritable::setMetadata | ( | DataStore * | inMetadata | ) | [pure virtual] |
This method replaces the metadata instance of the instance with the specified one. inMetadata Pointer to the DataStore instance that contains metadata.
| virtual AutoPtr<ImageWriteLock> Celartem::ImageWritable::lockForWrite | ( | ) | [pure virtual] |
This method locks a portion of the image for write access.