#include <plppmdec.h>
Inheritance diagram for PLPPMDecoder:
Public Member Functions | |
PLPPMDecoder () | |
Creates a decoder. | |
virtual | ~PLPPMDecoder () |
Destroys a decoder. | |
virtual void | Open (PLDataSource *pDataSrc) |
virtual void | GetImage (PLBmpBase &Bmp) |
Definition at line 29 of file plppmdec.h.
|
Decodes an image. Assumes that Open() and Bmp.Create() have already been called. Implements PLPicDecoder. |