| @root | classes |
class GreyReader | ^ |
********************************************************************** Read grey-scale images only (pgm format)
- Source:
- reader.h:113
- Author:
- Robert C. Duvall
- Version:
- unknown
Contents | ^ |
Entity Inherited From Type Scope Short Description ~GreyReader destructor public automatically generated GreyReader constructor public undocumented GreyReader constructor public automatically generated makeReader ImageReader method public Create proper reader based on image type operator = operator public automatically generated read ImageReader method public Read data from given source write ImageReader method 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 Sun Oct 6 20:57:01 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.