Home :: @root classes

class GreyReader

^ 
    extends ImageReader as public

********************************************************************** Read grey-scale images only (pgm format)

Source:
reader.h:113
Author:
Robert C. Duvall
Version:
unknown

Contents

^ 
EntityInherited FromTypeScopeShort Description
~GreyReaderdestructor publicautomatically generated
GreyReaderconstructor publicundocumented
GreyReaderconstructor publicautomatically generated
makeReaderImageReadermethod public Create proper reader based on image type
operator =operator publicautomatically generated
readImageReadermethod public Read data from given source
writeImageReadermethod public Write data to given source

destructor ~GreyReader

? ^  > 
automatically generated
Source:
reader.h
Code:
public ~ GreyReader ( )

constructor GreyReader

? ^  < > 
undocumented
Source:
reader.h:115
Code:
public GreyReader ( const string & creator )

constructor GreyReader

? ^  < > 
automatically generated
Source:
reader.h
Code:
public GreyReader ( const GreyReader & )

method makeReader

? ^  < > 
Create proper reader based on image type
Inherited From:
ImageReader
Source:
reader.h:32
Code:
public static ImageReader * makeReader ( const string & kind ,
const string & creator )

operator =

? ^  < > 
automatically generated
Source:
reader.h
Code:
public GreyReader & operator = ( const GreyReader & )

method read

? ^  < > 
Read data from given source
Inherited From:
ImageReader
Source:
reader.h:37
Code:
public bool read ( Image & target ,
istream & input )

method write

? ^  < > 
Write data to given source
Inherited From:
ImageReader
Source:
reader.h:42
Code:
public bool write ( const Image & source ,
ostream & output ) const

Created Thu Oct 10 01:13:51 2002.
This documentation was generated automatically by
ccdoc v0.8 r26 2001/11/28 bin_opt_suncc_solaris-2.8.
Click here to submit a bug report or feature request.
Click here to return to the top of the page.