Home :: @root classes

class ImageReader

^ 
********************************************************************** This class can read and write pixmaps in the format called P1 (.pbm) as well as other similar formats like pgm and ppm (gray-scale, color).

These pixmaps can be viewed using a program like gimp, xpaint, or xv.

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

Contents

^ 
EntityTypeScopeShort Description
~ImageReaderdestructor public Clean up a reader
ImageReaderconstructor publicautomatically generated
COMMENTattribute publicundocumented
DEFAULT_CREATORattribute publicundocumented
makeReadermethod public Create proper reader based on image type
operator =operator publicautomatically generated
readmethod public Read data from given source
writemethod public Write data to given source

destructor ~ImageReader

? ^  > 
Clean up a reader
Source:
reader.h:27
Code:
public virtual ~ ImageReader ( )

constructor ImageReader

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

attribute COMMENT

? ^  < > 
undocumented
Source:
reader.h:21
Code:
public static const char COMMENT

attribute DEFAULT_CREATOR

? ^  < > 
undocumented
Source:
reader.h:20
Code:
public static const string DEFAULT_CREATOR

method makeReader

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

operator =

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

method read

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

method write

? ^  < > 
Write data to given source
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.