User Documentation
Centre for Vision, Speech & Signal Processing
DEVELOP IN NAMESPACE AMMA TREE ROOT AMMA SEARCH AMMA HOME
 

  PUBLIC
ImageIStreamC::ImageIStreamC(const FilenameC &)
ImageIStreamC::ImageIStreamC(istream &)
ITextFileC::Stream(void)
ITextFileC::Name(void) const
ITextFileC::IsEOF(void) const
ITextFileC::IsFailEOF(void) const
ITextFileC::CorrectEOF(void)
ImageIStreamC
 
The class ImageIStreamC serves as an input stream for reading of images.
 
include "amma/ImageStr.hh"
User Level:Default
Library:Mimage
Example: doNumClassComb.cc
Section:Obsolete
In Scope:std

Comments:
OBSOLETE use IStreamC instead

Parent Classes: Methods:
ImageIStreamC(const FilenameC & fileName)
Opens the input stream. If the file name is '-' the input image stream is attached to the standard input stream 'cin'.

ImageIStreamC(istream & s)
Attaches the input stream 's'.

#include "amma/TextFile.hh"
istream & Stream()
Returns the input stream.

const char * Name() const
Returns the name of the stream.

BooleanT IsEOF() const
Returns TRUE if the end of stream was detected.

BooleanT IsFailEOF() const
Returns TRUE after the attempt to read after the end of file.

void CorrectEOF()
This member function can be used to set "eof" state only after unsuccessful reading across the end of file.


Programmer:Radek Marik, Documentation by CxxDoc: Tue Mar 20 10:48:08 2001