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

fl::ImageFileFormatMatlab Class Reference

#include <image.h>

Inheritance diagram for fl::ImageFileFormatMatlab:

fl::ImageFileFormat List of all members.

Public Methods

virtual void read (std::istream &stream, 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.

void parseType (int type, int &numericType) const

Member Function Documentation

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

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

Implements fl::ImageFileFormat.

bool ImageFileFormatMatlab::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 ImageFileFormatMatlab::parseType int    type,
int &    numericType
const
 

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

Implements fl::ImageFileFormat.

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

Implements 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