Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

fl::ImageFileFormatTIFF Class Reference

#include <image.h>

Inheritance diagram for fl::ImageFileFormatTIFF:

fl::ImageFileFormat List of all members.

Public Methods

virtual void read (const std::string &fileName, Image &image) const
virtual void read (std::istream &stream, Image &image) const
virtual void write (const std::string &fileName, const Image &image) const
virtual void write (std::ostream &stream, const Image &image) const
virtual bool isIn (std::istream &stream) const
 Determines if this format is on the stream. Always rewinds stream back to where it was when function was called.

virtual bool handles (const std::string &formatName) const
 Determines if this object handles the format with the given human readable name.


Member Function Documentation

bool ImageFileFormatTIFF::handles const std::string &    formatName const [virtual]
 

Determines if this object handles the format with the given human readable name.

Implements fl::ImageFileFormat.

bool ImageFileFormatTIFF::isIn std::istream &    stream const [virtual]
 

Determines if this format is on the stream. Always rewinds stream back to where it was when function was called.

Implements fl::ImageFileFormat.

void ImageFileFormatTIFF::read std::istream &    stream,
Image   image
const [virtual]
 

Implements fl::ImageFileFormat.

void ImageFileFormatTIFF::read const std::string &    fileName,
Image   image
const [virtual]
 

Reimplemented from fl::ImageFileFormat.

void ImageFileFormatTIFF::write std::ostream &    stream,
const Image   image
const [virtual]
 

Implements fl::ImageFileFormat.

void ImageFileFormatTIFF::write const std::string &    fileName,
const Image   image
const [virtual]
 

Reimplemented from fl::ImageFileFormat.


The documentation for this class was generated from the following files:
Generated on Thu Dec 9 17:13:25 2004 for fl by doxygen1.2.18