Main Page Namespace List Class Hierarchy Alphabetical List Compound List File List Namespace Members Compound Members File Members Related Pages
ImageFilter Class Reference
Import/export filter for images.
More...
#include <ImageFilter.h>
Inherits DynamicObject.
Inherited by JPEGFilter, and PPMFilter.
Inheritance diagram for ImageFilter:
[legend]Collaboration diagram for ImageFilter:
[legend]List of all members.
Public Methods |
|
virtual Image * | read (const string &fileName)=0 |
| | Reads and returns an image.
|
|
virtual void | write (const string &fileName, Image &image)=0 |
Static Public Methods |
|
bool | find (string &fileName) |
Detailed Description
Import/export filter for images.
An Image filter is used to read and write images. For every supported image file type a dedicated image filter exists.
The documentation for this class was generated from the following files:
This documentation was generated using doxygen. If you have any comments or additions please mail me.