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

  PUBLIC
ImageOStreamC::ImageOStreamC(const FilenameC &)
ImageOStreamC::ImageOStreamC(ostream &)
OTextFileC::Stream(void)
OTextFileC::Name(void) const
ImageOStreamC
 
The class ImageOStreamC serves as an output stream for writing of images.
 
include "amma/ImageStr.hh"
User Level:Default
Library:Mimage
Example: doNumClassComb.cc
Section:Obsolete
In Scope:std

Comments:
OBSOLETE use OStreamC instead

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

ImageOStreamC(ostream & s)
Attaches the output stream 's'.

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

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


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