|
Wavelet and Image class library
1.3.2
|
#include <PfcReader.hh>


Public Member Functions | |
| PfcReader (char const *name, Image *images[], int colors=3) | |
| virtual | ~PfcReader (void) |
Protected Member Functions | |
| virtual int | readfmt (void) |
A PFC file reader. Only PFCs version 6 are supported.
Definition at line 21 of file PfcReader.hh.
| PfcReader::PfcReader | ( | char const * | name, |
| Image * | images[], | ||
| int | colors = 3 |
||
| ) | [inline] |
Constructor. Only calls the mother class' constructor to initialize the {ImageArray} reference.
| name | the file name |
| images | the array of greyscale images for the values |
| colors | the number of colors |
Definition at line 33 of file PfcReader.hh.
| virtual PfcReader::~PfcReader | ( | void | ) | [inline, virtual] |
Destructor - does nothing.
Definition at line 37 of file PfcReader.hh.
| virtual int PfcReader::readfmt | ( | void | ) | [protected, virtual] |
Read the PFC file format. This does the actual work of reading and parsing the image file. It gets called by the {read ()} method.
Implements PixmapReader.
1.7.6.1